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

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


The following commit(s) were added to refs/heads/master by this push:
     new ded5b29daf [ZEPPELIN-6018] Update gRPC version from 1.51.0 to 1.55.1 
for successful Apache Zeppelin build on s390x architecture (#4758)
ded5b29daf is described below

commit ded5b29daf1ca3bf8cabb24e151791e116dd8b89
Author: Aditi Sharma <167422409+aditi-sharm...@users.noreply.github.com>
AuthorDate: Thu Jun 6 17:34:39 2024 +0530

    [ZEPPELIN-6018] Update gRPC version from 1.51.0 to 1.55.1 for successful 
Apache Zeppelin build on s390x architecture (#4758)
    
    * Update grpc version in pom.xml for successful Apache Zeppelin build on 
s390x architecture
    
    In the s390x architecture, the Apache Zeppelin package builds successfully 
when the grpc dependency version in the pom.xml file is changed from version 
1.51.0 to version 1.62.2. Therefore, I have updated the grpc version in the 
pom.xml file.
    
    * Update LICENSE
    
    Updated the grpc version in LICENSE from 1.51.0 to 1.62.2
    
    * grpc-version-change-to 1.55.1
---
 pom.xml                                       |  2 +-
 zeppelin-distribution/src/bin_license/LICENSE | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9b04ac5d0f..3dc76620a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
     <jettison.version>1.5.4</jettison.version>
     <jsoup.version>1.16.1</jsoup.version>
     <protobuf.version>3.21.7</protobuf.version>
-    <grpc.version>1.51.0</grpc.version>
+    <grpc.version>1.55.1</grpc.version>
     <google.errorprone.version>2.14.0</google.errorprone.version>
 
     <!-- test library versions -->
diff --git a/zeppelin-distribution/src/bin_license/LICENSE 
b/zeppelin-distribution/src/bin_license/LICENSE
index 5fb7711a34..0d5a9ce326 100644
--- a/zeppelin-distribution/src/bin_license/LICENSE
+++ b/zeppelin-distribution/src/bin_license/LICENSE
@@ -305,15 +305,15 @@ The text of each license is also included at 
licenses/LICENSE-[project]-[version
     (New BSD license) Protocol Buffer Java API 
(com.google.protobuf:protobuf-java-util:3.21.7 - 
https://developers.google.com/protocol-buffers/)
     (New BSD license) Protocol Buffer JavaNano API 
(com.google.protobuf.nano:protobuf-javanano:3.21.7 - 
https://developers.google.com/protocol-buffers/)
     (BSD) JSch (com.jcraft:jsch:0.1.42 - http://www.jcraft.com/jsch/)
-    (BSD 3-Clause) io.grpc:grpc-all (io.grpc:grpc-all:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-auth (io.grpc:grpc-auth:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-core (io.grpc:grpc-core:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-netty (io.grpc:grpc-netty:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-okhttp (io.grpc:grpc-okhttp:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-protobuf (io.grpc:grpc-protobuf:1.51.0 - 
https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-protobuf-lite 
(io.grpc:grpc-protobuf-lite:1.51.0 - https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-protobuf-nano 
(io.grpc:grpc-protobuf-nano:1.51.0 - https://github.com/grpc/grpc-java)
-    (BSD 3-Clause) io.grpc:grpc-stub (io.grpc:grpc-stub:1.51.0 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-all (io.grpc:grpc-all:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-auth (io.grpc:grpc-auth:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-core (io.grpc:grpc-core:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-netty (io.grpc:grpc-netty:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-okhttp (io.grpc:grpc-okhttp:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-protobuf (io.grpc:grpc-protobuf:1.55.1 - 
https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-protobuf-lite 
(io.grpc:grpc-protobuf-lite:1.55.1 - https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-protobuf-nano 
(io.grpc:grpc-protobuf-nano:1.55.1 - https://github.com/grpc/grpc-java)
+    (BSD 3-Clause) io.grpc:grpc-stub (io.grpc:grpc-stub:1.55.1 - 
https://github.com/grpc/grpc-java)
     (BSD-3-Clause) Kryo 3.0.3 (com.esotericsoftware:kryo-shaded:3.0.3 - 
https://github.com/EsotericSoftware/kryo)
     (BSD-3-Clause) Minilog 1.3.0 (com.esotericsoftware:minlog:1.3.0 - 
https://github.com/EsotericSoftware/minlog)
 

Reply via email to