Skip to content

Commit

Permalink
fix(deps): update protobuf_grpc to v1.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent f6e9818 commit e7b1fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
}

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.61.0"))
implementation(platform("io.grpc:grpc-bom:1.61.1"))
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
runtimeOnly("io.grpc:grpc-netty-shaded")
Expand Down Expand Up @@ -65,7 +65,7 @@ protobuf {
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.61.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.61.1"
}
}
generateProtoTasks {
Expand Down

0 comments on commit e7b1fee

Please sign in to comment.