Skip to content

Commit

Permalink
Bump com.google.protobuf from 0.8.11 to 0.8.12 (#91)
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf from 0.8.11 to 0.8.12.

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 16, 2020
1 parent d6b61a4 commit 0d814fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grpc-runtime/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "net.ltgt.apt" version "0.21"
id 'com.google.protobuf' version '0.8.11'
id 'com.google.protobuf' version '0.8.12'
}
dependencies {
annotationProcessor "io.micronaut:micronaut-inject-java:$micronautVersion"
Expand Down
2 changes: 1 addition & 1 deletion protobuff-support/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "net.ltgt.apt-eclipse" version "0.21"
id "net.ltgt.apt-idea" version "0.21"
id "com.google.protobuf" version "0.8.11"
id "com.google.protobuf" version "0.8.12"
}

dependencies {
Expand Down

0 comments on commit 0d814fb

Please sign in to comment.