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

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


The following commit(s) were added to refs/heads/main by this push:
     new f3b8d6b451 MINOR: [Java] Revert io.grpc:grpc-bom to 1.65.0 (#44645)
f3b8d6b451 is described below

commit f3b8d6b45155b35c902a11443f1b29cd846832a6
Author: David Li <[email protected]>
AuthorDate: Tue Nov 5 18:14:09 2024 -0500

    MINOR: [Java] Revert io.grpc:grpc-bom to 1.65.0 (#44645)
    
    
    
    ### Rationale for this change
    
    I missed that gRPC (Protobuf) cannot be upgraded due to one of our CI jobs 
using an older libstdc++.
    
    ### What changes are included in this PR?
    
    This reverts commit 1a6de9d6590c6cc9afb28d7d5590378ee3d0844f.
    
    ### Are these changes tested?
    
    Yes
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: David Li <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 516186a923..5c6719ee0f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -97,7 +97,7 @@ under the License.
     <dep.slf4j.version>2.0.16</dep.slf4j.version>
     <dep.guava-bom.version>33.3.1-jre</dep.guava-bom.version>
     <dep.netty-bom.version>4.1.114.Final</dep.netty-bom.version>
-    <dep.grpc-bom.version>1.68.1</dep.grpc-bom.version>
+    <dep.grpc-bom.version>1.65.0</dep.grpc-bom.version>
     <dep.protobuf-bom.version>3.25.4</dep.protobuf-bom.version>
     <dep.jackson-bom.version>2.18.1</dep.jackson-bom.version>
     <dep.hadoop.version>3.4.1</dep.hadoop.version>

Reply via email to