Skip to content

Commit

Permalink
Bump com.google.protobuf:protoc to 3.25.5 (#271)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht authored Oct 8, 2024
1 parent fcee57f commit 7f53871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-spiffe-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ task integrationTest(type: Test) {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.25.3'
artifact = 'com.google.protobuf:protoc:3.25.5'
}
plugins {
grpc {
Expand Down

0 comments on commit 7f53871

Please sign in to comment.