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

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ba43a7  OPENNLP-1699: Update gRPC to 1.71.0 (#247)
1ba43a7 is described below

commit 1ba43a7436f4baeb2aa8a7ce7efc0499aa6acac0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 19 17:39:07 2025 +0100

    OPENNLP-1699: Update gRPC to 1.71.0 (#247)
    
    Bumps `grpc.version` from 1.70.0 to 1.71.0.
    
    Updates `io.grpc:grpc-netty-shaded` from 1.70.0 to 1.71.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0)
    
    Updates `io.grpc:grpc-protobuf` from 1.70.0 to 1.71.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0)
    
    Updates `io.grpc:grpc-stub` from 1.70.0 to 1.71.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0)
    
    Updates `io.grpc:grpc-services` from 1.70.0 to 1.71.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.70.0...v1.71.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-netty-shaded
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-services
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 opennlp-grpc/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-grpc/pom.xml b/opennlp-grpc/pom.xml
index a720535..b98bea4 100644
--- a/opennlp-grpc/pom.xml
+++ b/opennlp-grpc/pom.xml
@@ -38,7 +38,7 @@
     </modules>
 
     <properties>
-        <grpc.version>1.70.0</grpc.version>
+        <grpc.version>1.71.0</grpc.version>
         <picocli.version>4.7.6</picocli.version>
         <junit5-system-exit.version>2.0.2</junit5-system-exit.version>
         <awaitility.version>4.3.0</awaitility.version>

Reply via email to