Skip to content

Commit 7fb2043

Browse files
authored
Merge pull request #135 from authzed/dependabot/gradle/gradle-6d32a2d2ec
Bump the gradle group with 4 updates
2 parents 619812a + 3c87170 commit 7fb2043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ tasks.sourcesJar {
8383
// All it does is complain about generated code.
8484
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8585

86-
def grpcVersion = "1.72.0"
87-
def protocVersion = "4.30.2"
86+
def grpcVersion = "1.73.0"
87+
def protocVersion = "4.31.1"
8888
def authzedProtoCommit = "v1.41.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)