From a921b9540459fe71de4748bdbcd6e16ad9463c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Mathieu?= Date: Thu, 30 Jan 2025 10:40:43 +0100 Subject: [PATCH] chore(deps): downgrade Protobuf to 3.25.5 3.25.6 is not compatible with 3.25.5 and Orc still uses 3.25.5 --- platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build.gradle b/platform/build.gradle index c3132cd6b85..a7c9db659fd 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -13,7 +13,7 @@ javaPlatform { dependencies { // versions for libraries with multiple module but no BOM def slf4jVersion = "2.0.16" - def protobufVersion = "3.25.6" + def protobufVersion = "3.25.5" // Orc still uses 3.25.5 see https://github.com/apache/orc/blob/main/java/pom.xml def bouncycastleVersion = "1.80" def aetherVersion = "1.1.0" def jollydayVersion = "0.32.0"