This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch 
dependabot/nuget/gremlin-dotnet/3.7-dev/System.Text.Json-9.0.1
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 5ea24192e252ba76f3fb49699907cfe6314220e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 14:32:19 2025 +0000

    Bump System.Text.Json from 8.0.5 to 9.0.1 in /gremlin-dotnet
    
    Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.5 to 
9.0.1.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](https://github.com/dotnet/runtime/compare/v8.0.5...v9.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: System.Text.Json
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj                       | 2 +-
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj 
b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
index 8d27bf8a45..75a5474d09 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj
@@ -74,7 +74,7 @@ NOTE that versions suffixed with "-rc" are considered release 
candidates (i.e. p
   <ItemGroup>
     <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" 
Version="8.0.2" />
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" 
PrivateAssets="All" />
-    <PackageReference Include="System.Text.Json" Version="8.0.5" />
+    <PackageReference Include="System.Text.Json" Version="9.0.1" />
     <PackageReference Include="Polly" Version="8.5.1" />
   </ItemGroup>
     
diff --git 
a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
 
b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
index 933f32323b..724e6af995 100644
--- 
a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
+++ 
b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
@@ -16,7 +16,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="gherkin" Version="30.0.4" />
-    <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="8.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="8.0.1" />
     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
     <PackageReference Include="NSubstitute" Version="5.1.0" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

Reply via email to