Skip to content

Commit

Permalink
chore(deps): update plugin com.google.protobuf to v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 1, 2024
1 parent 9e9f28d commit a02c9f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id "com.google.protobuf" version "0.8.8"
id "com.google.protobuf" version "0.9.4"
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion kgax-grpc-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
maven
kotlin("jvm")
`java-library`
id("com.google.protobuf") version "0.8.8"
id("com.google.protobuf") version "0.9.4"
jacoco
}

Expand Down
2 changes: 1 addition & 1 deletion kgax-grpc-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
maven
kotlin("jvm")
`java-library`
id("com.google.protobuf") version "0.8.8"
id("com.google.protobuf") version "0.9.4"
jacoco
}

Expand Down
2 changes: 1 addition & 1 deletion kgax-grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
maven
kotlin("jvm")
`java-library`
id("com.google.protobuf") version "0.8.8"
id("com.google.protobuf") version "0.9.4"
jacoco
}

Expand Down
2 changes: 1 addition & 1 deletion showcase-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins {
idea
java
kotlin("jvm")
id("com.google.protobuf") version "0.8.8"
id("com.google.protobuf") version "0.9.4"
}

base {
Expand Down

0 comments on commit a02c9f5

Please sign in to comment.