Skip to content

Commit

Permalink
Merge pull request #191 from tailrocks/renovate/com.google.protobuf-0.x
Browse files Browse the repository at this point in the history
Update plugin com.google.protobuf to v0.9.4
  • Loading branch information
donbeave authored Oct 21, 2023
2 parents 1d155b1 + 987fad1 commit cb8fd8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id("com.adarshr.test-logger") version "3.2.0" apply false

// https://plugins.gradle.org/plugin/com.google.protobuf
id("com.google.protobuf") version "0.9.2" apply false
id("com.google.protobuf") version "0.9.4" apply false
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion jambalaya-example-grpc-interface/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.google.protobuf.gradle.id

plugins {
`java-library`
id("com.google.protobuf") version "0.9.2"
id("com.google.protobuf") version "0.9.4"
}

dependencies {
Expand Down

0 comments on commit cb8fd8e

Please sign in to comment.