Skip to content

Commit 8073d7c

Browse files
authored
Merge pull request #106 from davidjgoss/protobuf-4-28-2
Upgrade protobuf-java to 0.48.2
2 parents 807efce + 9d42085 commit 8073d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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)