Skip to content

Commit b5d777b

Browse files
renovate[bot]vlsi
authored andcommitted
fix(deps): update protobuf_grpc to v1.63.0
1 parent d01c168 commit b5d777b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigstore-java/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("com.google.protobuf:protobuf-java-util")
2828

2929
// grpc deps
30-
implementation(platform("io.grpc:grpc-bom:1.62.2"))
30+
implementation(platform("io.grpc:grpc-bom:1.63.0"))
3131
implementation("io.grpc:grpc-protobuf")
3232
implementation("io.grpc:grpc-stub")
3333
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -66,7 +66,7 @@ protobuf {
6666
}
6767
plugins {
6868
id("grpc") {
69-
artifact = "io.grpc:protoc-gen-grpc-java:1.62.2"
69+
artifact = "io.grpc:protoc-gen-grpc-java:1.63.0"
7070
}
7171
}
7272
generateProtoTasks {

0 commit comments

Comments
 (0)