From 382f7c17ca209b1ea83eb77ba2a5d8d5ec416cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 05:54:49 +0000 Subject: [PATCH] build(deps): bump the protobuf group in /java with 2 updates Bumps the protobuf group in /java with 2 updates: [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) and [com.google.protobuf:protoc](https://github.com/protocolbuffers/protobuf). Updates `com.google.protobuf:protobuf-java` from 4.26.0 to 4.26.1 - [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.26.0 to 4.26.1 - [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-group: protobuf - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: protobuf ... Signed-off-by: dependabot[bot] --- java/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/build.gradle.kts b/java/build.gradle.kts index 4f974ae0..cd473ce3 100644 --- a/java/build.gradle.kts +++ b/java/build.gradle.kts @@ -22,7 +22,7 @@ repositories { } dependencies { - implementation("com.google.protobuf:protobuf-java:4.26.0") + implementation("com.google.protobuf:protobuf-java:4.26.1") implementation("com.google.api.grpc:proto-google-common-protos:2.37.1") } @@ -39,7 +39,7 @@ java { protobuf { protoc { - artifact = "com.google.protobuf:protoc:4.26.0" + artifact = "com.google.protobuf:protoc:4.26.1" } }