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 2023/10/29 06:24:42 UTC

(avro) branch main updated: Bump grpc.version from 1.58.0 to 1.59.0 in /lang/java (#2562)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1ad67e3ed Bump grpc.version from 1.58.0 to 1.59.0 in /lang/java (#2562)
1ad67e3ed is described below

commit 1ad67e3ed1dffb51dfcd6cd2c2d0d0809decc622
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Oct 29 07:24:33 2023 +0100

    Bump grpc.version from 1.58.0 to 1.59.0 in /lang/java (#2562)
    
    Bumps `grpc.version` from 1.58.0 to 1.59.0.
    
    Updates `io.grpc:grpc-core` from 1.58.0 to 1.59.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0)
    
    Updates `io.grpc:grpc-stub` from 1.58.0 to 1.59.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0)
    
    Updates `io.grpc:grpc-netty` from 1.58.0 to 1.59.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.58.0...v1.59.0)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      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-netty
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 46b23ccfa..b56de3495 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -41,7 +41,7 @@
     <commons-cli.version>1.5.0</commons-cli.version>
     <commons-compress.version>1.24.0</commons-compress.version>
     <commons-text.version>1.10.0</commons-text.version>
-    <grpc.version>1.58.0</grpc.version>
+    <grpc.version>1.59.0</grpc.version>
     <hadoop.version>3.3.5</hadoop.version>
     <hamcrest.version>2.2</hamcrest.version>
     <jackson-bom.version>2.15.2</jackson-bom.version>