From 4377ec93eeb84ed85f6eeecfc646b77a796ba0d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 May 2020 15:21:29 +0200 Subject: [PATCH] Bump protobuf-java from 3.12.0 to 3.12.1 (#119) Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.12.0 to 3.12.1. - [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.12.0...v3.12.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- protobuff-support/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuff-support/build.gradle b/protobuff-support/build.gradle index 3af92ba65..938e999a7 100644 --- a/protobuff-support/build.gradle +++ b/protobuff-support/build.gradle @@ -12,7 +12,7 @@ dependencies { api "io.micronaut:micronaut-http:$micronautVersion" api "io.micronaut:micronaut-http-netty:$micronautVersion" //protobuf - api "com.google.protobuf:protobuf-java:3.12.0" + api "com.google.protobuf:protobuf-java:3.12.1" api "com.google.protobuf:protobuf-java-util:3.12.1" api 'javax.annotation:javax.annotation-api:1.3.2'