Skip to content

Commit

Permalink
fix(deps): update protobuf_grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and vlsi committed Dec 4, 2023
1 parent bf53afb commit d9f2ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ dependencies {
implementation("dev.sigstore:protobuf-specs:0.2.1") {
because("It generates Sigstore Bundle file")
}
implementation(platform("com.google.protobuf:protobuf-bom:3.25.0"))
implementation(platform("com.google.protobuf:protobuf-bom:3.25.1"))
implementation("com.google.protobuf:protobuf-java-util") {
because("It converts protobuf to json")
}

// grpc deps
implementation(platform("io.grpc:grpc-bom:1.59.0"))
implementation(platform("io.grpc:grpc-bom:1.59.1"))
implementation("io.grpc:grpc-protobuf")
implementation("io.grpc:grpc-stub")
runtimeOnly("io.grpc:grpc-netty-shaded")
Expand Down Expand Up @@ -61,11 +61,11 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.25.0"
artifact = "com.google.protobuf:protoc:3.25.1"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.59.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.59.1"
}
}
generateProtoTasks {
Expand Down

0 comments on commit d9f2ea8

Please sign in to comment.