From 2ec91b56f2399dbe0da0418c096597b0f0dd48f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 01:04:39 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.21.7 to 3.22.4 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.7 to 3.22.4. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.7...v3.22.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9a213ed3..54a65036 100644 --- a/build.gradle +++ b/build.gradle @@ -77,7 +77,7 @@ sourceSets { main { }} dependencies { - implementation("com.google.protobuf:protobuf-java:3.21.7") + implementation("com.google.protobuf:protobuf-java:3.22.4") implementation("com.google.protobuf:protobuf-kotlin:3.21.6") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4") implementation "io.grpc:grpc-protobuf:${grpcVersion}"