From d50f15bcaa48645b7cd546acc308931b73fffa5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:03:14 +0000 Subject: [PATCH] build(deps): bump protobufVersion from 4.35.1 to 4.36.0 Bumps `protobufVersion` from 4.35.1 to 4.36.0. Updates `com.google.protobuf:protoc` from 4.35.1 to 4.36.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.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.36.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.36.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 9910741ee..5a5b8d953 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { springBootVersion = '4.1.0' mariadbJdbcVersion = '2.7.15' // 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.83.0' - protobufVersion = '4.35.1' + protobufVersion = '4.36.0' httpcore5Version = '5.4.3' // spring-boot 4.1.0 has this pinned at 5.4.2. 5.4.3 fixes CVE-2026-54399. Can remove this on future spring-boot update. } repositories {