Skip to content

Commit

Permalink
Merge pull request #195 from sigstore/renovate/artifact
Browse files Browse the repository at this point in the history
Update artifact
  • Loading branch information
loosebazooka authored Oct 24, 2022
2 parents 3872d11 + 51884db commit 2cd04a7
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 @@ -49,11 +49,11 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.21.7"
artifact = "com.google.protobuf:protoc:3.21.8"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.50.0"
artifact = "io.grpc:protoc-gen-grpc-java:1.50.2"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 2cd04a7

Please sign in to comment.