From 47b4c235961751c8f0a9d656a02015a492e0b605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:39:09 +0100 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.21.10 to 3.25.1 (#285) Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.10 to 3.25.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/compare/v3.21.10...v3.25.1) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java 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> --- router-protobuf/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router-protobuf/build.gradle.kts b/router-protobuf/build.gradle.kts index e740afa4..3c68060a 100644 --- a/router-protobuf/build.gradle.kts +++ b/router-protobuf/build.gradle.kts @@ -14,8 +14,8 @@ dependencies { implementation(kotlin("reflect")) implementation("org.slf4j:slf4j-api:2.0.5") - api("com.google.protobuf:protobuf-java:3.21.10") - api("com.google.protobuf:protobuf-java-util:3.21.10") + api("com.google.protobuf:protobuf-java:3.25.1") + api("com.google.protobuf:protobuf-java-util:3.25.1") implementation("com.google.guava:guava:31.1-jre") api(project(":router"))