Skip to content

Commit 99a6ca2

Browse files
Bump Microsoft.Extensions.Logging.Abstractions in /gremlin-dotnet
Bumps [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) from 8.0.2 to 9.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.2...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ff08d7 commit 99a6ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ NOTE that versions suffixed with "-rc" are considered release candidates (i.e. p
7272
</PropertyGroup>
7373

7474
<ItemGroup>
75-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
75+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.2" />
7676
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
7777
<PackageReference Include="System.Text.Json" Version="8.0.5" />
7878
<PackageReference Include="Polly" Version="8.5.1" />

gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717
<ItemGroup>
1818
<PackageReference Include="gherkin" Version="30.0.4" />
19-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
19+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
2020
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
2121
<PackageReference Include="NSubstitute" Version="5.1.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

0 commit comments

Comments
 (0)