You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/01/19 11:43:38 UTC

[avro] branch master updated: Bump grpc.version from 1.43.1 to 1.43.2 in /lang/java (#1463)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de6bfda  Bump grpc.version from 1.43.1 to 1.43.2 in /lang/java (#1463)
de6bfda is described below

commit de6bfda7722d7df0bc9b14ee504af291fc9639c6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jan 19 13:43:33 2022 +0200

    Bump grpc.version from 1.43.1 to 1.43.2 in /lang/java (#1463)
    
    Bumps `grpc.version` from 1.43.1 to 1.43.2.
    
    Updates `grpc-core` from 1.43.1 to 1.43.2
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.43.1...v1.43.2)
    
    Updates `grpc-stub` from 1.43.1 to 1.43.2
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.43.1...v1.43.2)
    
    Updates `grpc-netty` from 1.43.1 to 1.43.2
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.43.1...v1.43.2)
    
    ---
    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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 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 90aef92..4326661 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.2.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.43.1</grpc.version>
+    <grpc.version>1.43.2</grpc.version>
     <zstd-jni.version>1.5.1-1</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>