From 860244dfbb407576119f63b1b2da9f2c550b873d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:12:34 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.25.1 to 3.25.2 Bumps `protobuf` from 3.25.1 to 3.25.2. Updates `com.google.protobuf:protobuf-java` from 3.25.1 to 3.25.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/compare/v3.25.1...v3.25.2) Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 3.25.2 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util 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 b9d0372..94507af 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ nexus_publish = "2.0.0-rc-1" okhttp3 = "4.12.0" pluginBuf = "0.8.6" pluginPublish = "1.2.1" -protobuf = "3.25.1" +protobuf = "3.25.2" protoc_gen_validate = "1.0.2" sigstore = "0.5.0" sonar = "4.4.1.3373"