Skip to content

Commit

Permalink
Merge pull request #104 from authzed/bump-protobuf-to-4.28
Browse files Browse the repository at this point in the history
Bump to most recent protobuf-java
  • Loading branch information
tstirrat15 authored Sep 11, 2024
2 parents edf094d + e5dc4d2 commit ed57dac
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 ed57dac

Please sign in to comment.