Skip to content

Commit

Permalink
Update protobuf to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 3b47390 commit 4a9e5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ apply plugin: 'com.google.protobuf'

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.25.3'
artifact = 'com.google.protobuf:protoc:4.27.0'
}
plugins {
grpc {
Expand All @@ -76,8 +76,8 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'
implementation 'com.google.protobuf:protobuf-java:3.25.3'
implementation 'com.google.protobuf:protobuf-java-util:3.25.3'
implementation 'com.google.protobuf:protobuf-java:4.27.0'
implementation 'com.google.protobuf:protobuf-java-util:4.27.0'
implementation 'com.google.guava:guava:33.2.0-jre'
implementation "io.grpc:grpc-core:1.64.0"
implementation "io.grpc:grpc-stub:1.64.0"
Expand Down

0 comments on commit 4a9e5e8

Please sign in to comment.