Skip to content

Commit 9d42085

Browse files
committed
Upgrade protobuf-java to 0.48.2
Signed-off-by: David Goss <david.goss@matillion.com>
1 parent 807efce commit 9d42085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tasks.sourcesJar {
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

8686
def grpcVersion = "1.66.0"
87-
def protocVersion = "4.28.0"
87+
def protocVersion = "4.28.2"
8888
def authzedProtoCommit = "v1.37.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)