From b9f40de329cece350f659ab235baf0c02d6b2bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:41:32 +0000 Subject: [PATCH] chore(deps): Bump protobuf from 4.29.1 to 4.29.2 Bumps `protobuf` from 4.29.1 to 4.29.2. Updates `com.google.protobuf:protobuf-java` from 4.29.1 to 4.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.29.1 to 4.29.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... 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 baf399e4d..68d81bfcb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ org-mockito = "5.14.2" org-slf4j = "2.0.16" org-testcontainers = "1.20.4" owasp-dependencycheck = "11.1.1" -protobuf = "4.29.1" +protobuf = "4.29.2" protobuf-plugin = "0.9.4" spotless = "6.25.0" spring-boot-plugin = "3.4.0"