Skip to content

Commit d79dc50

Browse files
renovate[bot]vlsi
authored andcommitted
fix(deps): update protobuf_grpc to v1.61.1
1 parent c8ed6c1 commit d79dc50

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
@@ -29,7 +29,7 @@ dependencies {
2929
}
3030

3131
// grpc deps
32-
implementation(platform("io.grpc:grpc-bom:1.61.0"))
32+
implementation(platform("io.grpc:grpc-bom:1.61.1"))
3333
implementation("io.grpc:grpc-protobuf")
3434
implementation("io.grpc:grpc-stub")
3535
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -65,7 +65,7 @@ protobuf {
6565
}
6666
plugins {
6767
id("grpc") {
68-
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
68+
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
6969
}
7070
}
7171
generateProtoTasks {

0 commit comments

Comments
 (0)