From 1d7c918558981070e59dbf011924857291e3dc1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 03:49:55 +0000 Subject: [PATCH] chore(deps): Bump protobuf from 4.34.1 to 4.35.0 Bumps `protobuf` from 4.34.1 to 4.35.0. Updates `com.google.protobuf:protobuf-java` from 4.34.1 to 4.35.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` 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:protobuf-java dependency-version: 4.35.0 dependency-type: direct:production update-type: version-update:semver-minor - 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 26ab1dcff..dffc1a3fe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ org-mockito = "5.23.0" org-slf4j = "2.0.18" org-testcontainers = "1.21.4" owasp-dependencycheck = "12.2.2" -protobuf = "4.34.1" +protobuf = "4.35.0" protobuf-plugin = "0.10.0" spotless = "8.5.1" spring-boot-plugin = "4.0.6"