Skip to content

Commit

Permalink
Update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 19, 2022
1 parent 8bf92a2 commit d0e1549
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 @@ -57,11 +57,11 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.21.5"
artifact = "com.google.protobuf:protoc:3.21.6"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.49.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.49.1"
}
}
generateProtoTasks {
Expand Down

0 comments on commit d0e1549

Please sign in to comment.