Skip to content

Commit

Permalink
Merge pull request #106 from davidjgoss/protobuf-4-28-2
Browse files Browse the repository at this point in the history
Upgrade protobuf-java to 0.48.2
  • Loading branch information
tstirrat15 authored Oct 1, 2024
2 parents 807efce + 9d42085 commit 8073d7c
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 8073d7c

Please sign in to comment.