From e18a230687936dd6dd61e89654fe9a9cae916701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 21:24:10 +0000 Subject: [PATCH] chore(deps): bump protobuf from 3.25.1 to 4.26.0 Bumps `protobuf` from 3.25.1 to 4.26.0. Updates `com.google.protobuf:protobuf-java` from 3.25.1 to 4.26.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:protobuf-java-util` from 3.25.1 to 4.26.0 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-major ... 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 e04cc02..d9acb97 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 = "4.26.0" protoc_gen_validate = "1.0.3" sigstore = "0.5.0" sonar = "4.4.1.3373"