From 5e579a5d563ff836dfe25649cfe69b1b1d7d86e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:10:49 +0000 Subject: [PATCH] chore(deps): Bump protobuf from 4.29.2 to 4.29.3 Bumps `protobuf` from 4.29.2 to 4.29.3. Updates `com.google.protobuf:protobuf-java` from 4.29.2 to 4.29.3 - [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.2 to 4.29.3 - [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 f7f9e5fc3..6852af96d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ org-mockito = "5.15.2" org-slf4j = "2.0.16" org-testcontainers = "1.20.4" owasp-dependencycheck = "11.1.1" -protobuf = "4.29.2" +protobuf = "4.29.3" protobuf-plugin = "0.9.4" spotless = "7.0.0" spring-boot-plugin = "3.4.1"