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

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


The following commit(s) were added to refs/heads/master by this push:
     new a546fcf  OPENNLP-1699: Update gRPC to 1.69.1 (#225)
a546fcf is described below

commit a546fcf55a7e0e4c05c7b24fe4a08c42b79640b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 22 10:26:24 2025 +0100

    OPENNLP-1699: Update gRPC to 1.69.1 (#225)
    
    Bumps `grpc.version` from 1.69.0 to 1.69.1.
    
    Updates `io.grpc:grpc-netty-shaded` from 1.69.0 to 1.69.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1)
    
    Updates `io.grpc:grpc-protobuf` from 1.69.0 to 1.69.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1)
    
    Updates `io.grpc:grpc-stub` from 1.69.0 to 1.69.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1)
    
    Updates `io.grpc:grpc-services` from 1.69.0 to 1.69.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.69.0...v1.69.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-netty-shaded
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.grpc:grpc-protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.grpc:grpc-services
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 8c418b9..716a133 100644
--- a/opennlp-grpc/pom.xml
+++ b/opennlp-grpc/pom.xml
@@ -38,7 +38,7 @@
     </modules>
 
     <properties>
-        <grpc.version>1.69.0</grpc.version>
+        <grpc.version>1.69.1</grpc.version>
         <picocli.version>4.7.6</picocli.version>
         <junit5-system-exit.version>2.0.2</junit5-system-exit.version>
         <awaitility.version>4.2.2</awaitility.version>

Reply via email to