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

fokko 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 7e61c41f4 Bump gRPC to 1.16.2 (#2982)
7e61c41f4 is described below

commit 7e61c41f4915f7938e704038535eb2528a827dfc
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Jun 26 16:07:17 2024 +0200

    Bump gRPC to 1.16.2 (#2982)
    
    The 1.16.1 seem to be revoked:
    
    https://mvnrepository.com/artifact/io.grpc/grpc-core
---
 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 316c70bab..bbc21b789 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.11.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.62.1</grpc.version>
+    <grpc.version>1.62.2</grpc.version>
     <zstd-jni.version>1.5.5-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>

Reply via email to