From 53ba0eee0e69077220afc5e7abe325beab312751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 00:54:52 +0000 Subject: [PATCH] build(deps): bump com.google.protobuf:protoc from 4.33.2 to 4.33.5 Bumps [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf) from 4.33.2 to 4.33.5. - [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.33.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94db9279f..d59135dd6 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.79.0' protoBufJavaVersion = '4.33.2' - protoCVersion = '4.33.2' + protoCVersion = '4.33.5' } repositories { def artifactRepoUrl = System.getenv("ARTIFACTORY_URL")