Skip to content

Commit

Permalink
chore(deps): downgrade protobug
Browse files Browse the repository at this point in the history
Orc uses an older version.
And probably also other libs that we're using are still in 3.x
  • Loading branch information
loicmathieu committed Jan 29, 2025
1 parent ab796df commit c180751
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 = "4.29.3"
def protobufVersion = "3.25.6"
def bouncycastleVersion = "1.80"
def aetherVersion = "1.1.0"
def jollydayVersion = "0.32.0"
Expand Down

0 comments on commit c180751

Please sign in to comment.