You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/06/21 08:03:24 UTC

[avro] branch master updated: Bump grpc.version from 1.38.0 to 1.38.1 in /lang/java (#1265)

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

iemejia 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 093f576  Bump grpc.version from 1.38.0 to 1.38.1 in /lang/java (#1265)
093f576 is described below

commit 093f576cad4106d14eaf2129286c1bbdfbff574a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 21 10:03:18 2021 +0200

    Bump grpc.version from 1.38.0 to 1.38.1 in /lang/java (#1265)
    
    Bumps `grpc.version` from 1.38.0 to 1.38.1.
    
    Updates `grpc-core` from 1.38.0 to 1.38.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.38.0...v1.38.1)
    
    Updates `grpc-stub` from 1.38.0 to 1.38.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.38.0...v1.38.1)
    
    Updates `grpc-netty` from 1.38.0 to 1.38.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.38.0...v1.38.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] <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 fb7d860..cd4b1f4 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -57,7 +57,7 @@
     <tukaani.version>1.9</tukaani.version>
     <easymock.version>4.3</easymock.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.38.0</grpc.version>
+    <grpc.version>1.38.1</grpc.version>
     <zstd-jni.version>1.5.0-2</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>