Skip to content

Commit

Permalink
Upgrade protobuf-java to 0.48.2
Browse files Browse the repository at this point in the history
Signed-off-by: David Goss <david.goss@matillion.com>
  • Loading branch information
davidjgoss committed Sep 26, 2024
1 parent 807efce commit 9d42085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tasks.sourcesJar {
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.66.0"
def protocVersion = "4.28.0"
def protocVersion = "4.28.2"
def authzedProtoCommit = "v1.37.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand Down

0 comments on commit 9d42085

Please sign in to comment.