diff --git a/backends/credhub/build.gradle b/backends/credhub/build.gradle index 22aa310c5..b988b1440 100644 --- a/backends/credhub/build.gradle +++ b/backends/credhub/build.gradle @@ -129,6 +129,6 @@ asciidoctor.finalizedBy(buildAndCopyRestDocsIntoSpringStaticAssetLocation) protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.4" + artifact = "com.google.protobuf:protoc:3.25.0" } } diff --git a/backends/remote/build.gradle b/backends/remote/build.gradle index c752b6add..537b67014 100644 --- a/backends/remote/build.gradle +++ b/backends/remote/build.gradle @@ -98,7 +98,7 @@ sourceSets { assemble.mustRunAfter("clean") protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.4" + artifact = "com.google.protobuf:protoc:3.25.0" } plugins { grpc { diff --git a/components/encryption/build.gradle b/components/encryption/build.gradle index d3196817e..c17f040a2 100644 --- a/components/encryption/build.gradle +++ b/components/encryption/build.gradle @@ -105,7 +105,7 @@ sourceSets { assemble.mustRunAfter("clean") protobuf { protoc { - artifact = "com.google.protobuf:protoc:3.24.4" + artifact = "com.google.protobuf:protoc:3.25.0" } plugins { grpc {