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'