Skip to content

Commit

Permalink
Bump to most recent protobuf-java
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Sep 11, 2024
1 parent edf094d commit e5dc4d2
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.27.4"
def protocVersion = "4.28.0"
def authzedProtoCommit = "v1.35.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand Down

0 comments on commit e5dc4d2

Please sign in to comment.