Skip to content

Commit 1b1fe63

Browse files
authored
Merge pull request #157 from authzed/dependabot/gradle/gradle-17223fd4c9
Bump the gradle group with 8 updates
2 parents f7e95b6 + 6420f0a commit 1b1fe63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ tasks.sourcesJar {
8686
// All it does is complain about generated code.
8787
javadoc { options.addStringOption('Xdoclint:none', '-quiet') }
8888

89-
def grpcVersion = "1.75.0"
90-
def protocVersion = "4.32.1"
89+
def grpcVersion = "1.76.0"
90+
def protocVersion = "4.33.0"
9191
def authzedProtoCommit = "v1.45.4"
9292
def bufDir = "${buildDir}/buf"
9393
def protocPlatformTag = project.findProperty('protoc_platform') ? ":${protoc_platform}" : ""
@@ -107,7 +107,7 @@ dependencies {
107107
runtimeOnly "io.grpc:grpc-netty-shaded:${grpcVersion}"
108108
compileOnly "org.apache.tomcat:annotations-api:6.0.53"
109109

110-
implementation("build.buf:protovalidate:1.0.0") {
110+
implementation("build.buf:protovalidate:1.0.1") {
111111
exclude group: 'com.google.protobuf', module: 'protobuf-java'
112112
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
113113
exclude group: 'com.google.code.gson', module: 'gson'
@@ -129,10 +129,10 @@ dependencies {
129129
exclude group: 'com.google.protobuf', module: 'protobuf-java'
130130
exclude group: 'com.google.code.gson', module: 'gson'
131131
}
132-
implementation("com.google.api.grpc:proto-google-common-protos:2.61.3") {
132+
implementation("com.google.api.grpc:proto-google-common-protos:2.62.0") {
133133
exclude group: 'com.google.protobuf', module: 'protobuf-java'
134134
}
135-
implementation "com.google.code.gson:gson:2.11.0"
135+
implementation "com.google.code.gson:gson:2.13.2"
136136
implementation "com.google.re2j:re2j:1.8"
137137
implementation "com.google.code.findbugs:jsr305:3.0.2"
138138
}

0 commit comments

Comments
 (0)