Skip to content

Commit d1c4306

Browse files
authored
Merge pull request #130 from authzed/dependabot/gradle/gradle-2c7c223772
Bump the gradle group with 5 updates
2 parents 68265a4 + 41e4a3b commit d1c4306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "signing"
55

66
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
7-
id "com.google.protobuf" version "0.9.4"
7+
id "com.google.protobuf" version "0.9.5"
88
}
99

1010
repositories {
@@ -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.70.0"
87-
def protocVersion = "4.29.3"
86+
def grpcVersion = "1.71.0"
87+
def protocVersion = "4.30.2"
8888
def authzedProtoCommit = "v1.40.0"
8989
def bufDir = "${buildDir}/buf"
9090
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""

0 commit comments

Comments
 (0)