Skip to content

Commit

Permalink
Merge pull request #97 from authzed/dependabot/gradle/gradle-1fe6da2660
Browse files Browse the repository at this point in the history
Bump the gradle group with 3 updates
  • Loading branch information
vroldanbet authored Aug 1, 2024
2 parents 2b175eb + f4762d7 commit 74ccfdd
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 @@ -77,7 +77,7 @@ java {
// All it does is complain about generated code.
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.65.0"
def grpcVersion = "1.65.1"
def protocVersion = "3.25.3"
def authzedProtoCommit = "v1.34.0"
def bufDir = "${buildDir}/buf"
Expand Down

0 comments on commit 74ccfdd

Please sign in to comment.