Skip to content

Commit

Permalink
fix(core): micronaut bump protobuf package and break google cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 9, 2023
1 parent 4370968 commit 7d06972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ allprojects {
force("org.apache.kafka:kafka-streams:" + kafkaVersion)
force("org.jooq:jooq:3.16.10")
force("org.slf4j:slf4j-api:1.7.36")

// ugly bug on google cloud plugins
force("com.google.protobuf:protobuf-java-util:3.21.10")
}
}

Expand Down

0 comments on commit 7d06972

Please sign in to comment.