From 65d3819ebfd4ed2622387e6269989ee27e252c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:24:54 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protoc from 4.34.1 to 4.35.0 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.34.1 to 4.35.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protoc dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 570024340..6001f5911 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { mariadbJdbcVersion = '2.7.13' // Bumping to v3 breaks some pipeline jobs, so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/). grpcVersion = '1.81.0' protoBufJavaVersion = '4.35.0' - protoCVersion = '4.34.1' + protoCVersion = '4.35.0' } repositories { def artifactRepoUrl = System.getenv("ARTIFACTORY_URL")