Skip to content

Commit

Permalink
chore(deps): downgrade Protobuf to 3.25.5
Browse files Browse the repository at this point in the history
3.25.6 is not compatible with 3.25.5 and Orc still uses 3.25.5
  • Loading branch information
loicmathieu committed Jan 30, 2025
1 parent e46df06 commit a921b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a921b95

Please sign in to comment.