From 8cdf69d7d383de2ec81643d01f6dee284ee23bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:54:03 +0000 Subject: [PATCH] Bump protobuf from 3.25.6 to 3.25.7 Bumps `protobuf` from 3.25.6 to 3.25.7. Updates `com.google.protobuf:protobuf-java` from 3.25.6 to 3.25.7 - [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/compare/v3.25.6...v3.25.7) Updates `com.google.protobuf:protoc` from 3.25.6 to 3.25.7 - [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/compare/v3.25.6...v3.25.7) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 3.25.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 3.25.7 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 dae7fb47..42b975d7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ logback = "1.5.18" micrometer = "1.14.6" micrometer-docs-gen = "1.0.4" micrometer-tracing = "1.4.5" -protobuf = "3.25.6" +protobuf = "3.25.7" pulsar = "3.3.6" pulsar-reactive = "0.6.0" reactor = "2024.0.5"