diff --git a/java-spiffe-core/build.gradle b/java-spiffe-core/build.gradle index 17f10e49..b5294572 100644 --- a/java-spiffe-core/build.gradle +++ b/java-spiffe-core/build.gradle @@ -50,7 +50,7 @@ task integrationTest(type: Test) { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:3.25.5' + artifact = 'com.google.protobuf:protoc:4.31.1' } plugins { grpc {