From 1fc2a437abb0c3c00737f4b017f48557d9239456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:58:20 +0000 Subject: [PATCH] Bump com.google.protobuf:protobuf-java from 3.18.0 to 3.22.1 Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.18.0 to 3.22.1. - [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.18.0...v3.22.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 63deb7d..fc9a994 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { } // https://github.com/protocolbuffers/protobuf - api("com.google.protobuf:protobuf-java:3.18.0") + api("com.google.protobuf:protobuf-java:3.22.1") // https://github.com/qos-ch/slf4j api("org.slf4j:slf4j-api:1.7.30")