We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2291592 commit cfec7a0Copy full SHA for cfec7a0
1 file changed
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ buf = { module = "build.buf:buf", version.ref = "buf" }
13
cel = { module = "dev.cel:cel", version.ref = "cel" }
14
errorprone-annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "error-prone" }
15
errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "error-prone" }
16
-grpc-protobuf = { module = "io.grpc:grpc-protobuf", version = "1.79.0" }
+grpc-protobuf = { module = "io.grpc:grpc-protobuf", version = "1.80.0" }
17
jspecify = { module ="org.jspecify:jspecify", version = "1.0.0" }
18
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
19
maven-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }
0 commit comments