Skip to content

Commit

Permalink
Update protobuf version to 4.26.0 and export api.models.commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Mar 23, 2024
1 parent ec66c93 commit 7dcd048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: '4.26.0-RC2'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '4.26.0'
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
1 change: 1 addition & 0 deletions java/client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
exports glide.api;
exports glide.api.commands;
exports glide.api.models;
exports glide.api.models.commands;
exports glide.api.models.configuration;
exports glide.api.models.exceptions;

Expand Down

0 comments on commit 7dcd048

Please sign in to comment.