From a26293e638f0e07c595e605e83bf2e209aa36a4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:46:22 +0100 Subject: [PATCH] chore(deps): Bump protobuf from 4.28.3 to 4.29.0 (#1110) Bumps `protobuf` from 4.28.3 to 4.29.0. Updates `com.google.protobuf:protobuf-java` from 4.28.3 to 4.29.0 - [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.28.3 to 4.29.0 - [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-minor - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c1fd67016..0c90f57ab 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.0" -protobuf = "4.28.3" +protobuf = "4.29.0" protobuf-plugin = "0.9.4" spotless = "6.25.0" spring-boot-plugin = "3.3.5"