Skip to content

Commit

Permalink
Upgrade protobuf version to release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Feb 10, 2024
1 parent bb74862 commit a0eba53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.12'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '4.26.0-RC2'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'

implementation group: 'io.netty', name: 'netty-handler', version: '4.1.100.Final'
Expand Down

0 comments on commit a0eba53

Please sign in to comment.