Skip to content

Commit 064d0b6

Browse files
authored
Merge pull request #742 from sigstore/renovate/protobuf_grpc
Update protobuf_grpc to v1.65.1
2 parents 1fe61b2 + a7314ca commit 064d0b6

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
@@ -28,7 +28,7 @@ dependencies {
2828
implementation("com.google.protobuf:protobuf-java-util")
2929

3030
// grpc deps
31-
implementation(platform("io.grpc:grpc-bom:1.64.0"))
31+
implementation(platform("io.grpc:grpc-bom:1.65.1"))
3232
implementation("io.grpc:grpc-protobuf")
3333
implementation("io.grpc:grpc-stub")
3434
runtimeOnly("io.grpc:grpc-netty-shaded")
@@ -67,7 +67,7 @@ protobuf {
6767
}
6868
plugins {
6969
id("grpc") {
70-
artifact = "io.grpc:protoc-gen-grpc-java:1.64.0"
70+
artifact = "io.grpc:protoc-gen-grpc-java:1.65.1"
7171
}
7272
}
7373
generateProtoTasks {

0 commit comments

Comments
 (0)