Skip to content

Commit

Permalink
Merge pull request #115 from authzed/dependabot/gradle/gradle-fb29e3e167
Browse files Browse the repository at this point in the history
Bump the gradle group with 4 updates
  • Loading branch information
vroldanbet authored Nov 4, 2024
2 parents 6ae1e3f + 79ac12c commit 303748e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ tasks.sourcesJar {
// All it does is complain about generated code.
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }

def grpcVersion = "1.68.0"
def protocVersion = "4.28.2"
def grpcVersion = "1.68.1"
def protocVersion = "4.28.3"
def authzedProtoCommit = "v1.38.0"
def bufDir = "${buildDir}/buf"
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
Expand Down

0 comments on commit 303748e

Please sign in to comment.