From f221f177522c18dd6ff2ecd7217c5f8acd36b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 07:23:19 +0200 Subject: [PATCH] Bump protobufVersion from 3.15.6 to 3.15.7 (#18) Bumps `protobufVersion` from 3.15.6 to 3.15.7. Updates `protobuf-java` from 3.15.6 to 3.15.7 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.6...v3.15.7) Updates `protobuf-java-util` from 3.15.6 to 3.15.7 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.6...v3.15.7) Updates `protoc` from 3.15.6 to 3.15.7 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.6...v3.15.7) 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 ea5d051..e72eb53 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.15.6" +val protobufVersion = "3.15.7" dependencies { api("com.google.protobuf:protobuf-java:$protobufVersion")