From ebbea15be75316e24b774b6215622391a1affeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:05:36 +0200 Subject: [PATCH] Bump protobufVersion from 3.21.4 to 3.21.5 (#111) Bumps `protobufVersion` from 3.21.4 to 3.21.5. Updates `protobuf-java` from 3.21.4 to 3.21.5 - [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.4...v3.21.5) Updates `protobuf-java-util` from 3.21.4 to 3.21.5 Updates `protoc` from 3.21.4 to 3.21.5 - [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.4...v3.21.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- adapter-protobuf-java/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter-protobuf-java/build.gradle.kts b/adapter-protobuf-java/build.gradle.kts index b484b4b..18e27a9 100644 --- a/adapter-protobuf-java/build.gradle.kts +++ b/adapter-protobuf-java/build.gradle.kts @@ -12,7 +12,7 @@ plugins { project.description = "Defines protobuf messages used in api" -val protobufVersion = "3.21.4" +val protobufVersion = "3.21.5" dependencies { api("com.google.protobuf:protobuf-java:$protobufVersion")