Skip to content

Commit 303748e

Browse files
authored
Merge pull request #115 from authzed/dependabot/gradle/gradle-fb29e3e167
Bump the gradle group with 4 updates
2 parents 6ae1e3f + 79ac12c commit 303748e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
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.68.0"
87-
def protocVersion = "4.28.2"
86+
def grpcVersion = "1.68.1"
87+
def protocVersion = "4.28.3"
8888
def authzedProtoCommit = "v1.38.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)