From a2e3aa0954e425e1a697f23180c17f02db467a39 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Tue, 5 Dec 2023 15:06:22 -0800 Subject: [PATCH] ORC-1544: Unpin and upgrade `protobuf-java` to 3.25.1 ### What changes were proposed in this pull request? This PR aims to unpin and upgrade `protobuf-java` to 3.25.1 ### Why are the changes needed? To match with Apache Spark 4.0.0, [SPARK-45991](https://issues.apache.org/jira/browse/SPARK-45991). ### How was this patch tested? Pass the CIs. Closes #1682 from dongjoon-hyun/ORC-1544. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- .github/dependabot.yml | 3 --- java/pom.xml | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 831bbe4c80..5ab99502c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,9 +29,6 @@ updates: # Pin scala-library to 2.12.15 - dependency-name: "org.scala-lang:scala-library" versions: "[2.12.16,)" - # Pin protobuf-java to 3.22.3 - - dependency-name: "com.google.protobuf:protobuf-java" - versions: "[3.22.4,)" # Pin jodd-core to 3.5.2 - dependency-name: "org.jodd:jodd-core" versions: "[3.5.3,)" diff --git a/java/pom.xml b/java/pom.xml index de6cc8385a..d75ceefd9a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -76,6 +76,7 @@ 4.11.0 2023-05-15T16:29:49Z + 3.25.1 3.17.3 2.0.9 2.8.1 @@ -131,7 +132,7 @@ com.google.protobuf protobuf-java - 3.22.3 + ${protobuf.version} commons-cli