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

colegreer pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.6-dev by this push:
     new 211d198889 Bump Microsoft.Extensions.Logging.Console in /gremlin-dotnet
211d198889 is described below

commit 211d1988897cd1db87df767111b463d8a14a87d8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 14:34:09 2024 +0000

    Bump Microsoft.Extensions.Logging.Console in /gremlin-dotnet
    
    Bumps 
[Microsoft.Extensions.Logging.Console](https://github.com/dotnet/runtime) from 
7.0.0 to 8.0.1.
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.Extensions.Logging.Console
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj 
b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
index 95771dd7d7..c53f7111e7 100644
--- a/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
+++ b/gremlin-dotnet/src/Gremlin.Net.Template/Gremlin.Net.Template.csproj
@@ -23,7 +23,7 @@ limitations under the License.
   </PropertyGroup>
 
   <ItemGroup>    
-    <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="7.0.0" />
+    <PackageReference Include="Microsoft.Extensions.Logging.Console" 
Version="8.0.1" />
     <!-- We need both reference elements until this is resolved: 
https://github.com/dotnet/sdk/issues/1151 -->
     <ProjectReference Include="../Gremlin.Net/Gremlin.Net.csproj" />
 

Reply via email to