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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 25cc1b6f8 Bump grpc.version from 1.45.0 to 1.45.1 in /lang/java (#1671)
25cc1b6f8 is described below

commit 25cc1b6f850c37605542b56efc72e339e27f7bca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 25 20:59:59 2022 +0300

    Bump grpc.version from 1.45.0 to 1.45.1 in /lang/java (#1671)
    
    Bumps `grpc.version` from 1.45.0 to 1.45.1.
    
    Updates `grpc-core` from 1.45.0 to 1.45.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.45.0...v1.45.1)
    
    Updates `grpc-stub` from 1.45.0 to 1.45.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.45.0...v1.45.1)
    
    Updates `grpc-netty` from 1.45.0 to 1.45.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.45.0...v1.45.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      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-netty
      dependency-type: direct:development
      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>
    (cherry picked from commit 64c8da735db1a6e2f8492de820e80f3174be3cb1)
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 0581b8b9f..1d327735a 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.3.1</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.45.0</grpc.version>
+    <grpc.version>1.45.1</grpc.version>
     <zstd-jni.version>1.5.2-2</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>

Reply via email to