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 Jul 31, 2024
1 parent fba4d9d commit e0f2e19
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.4'
artifact = 'com.google.protobuf:protoc:4.27.3'
}
plugins {
grpc {
Expand All @@ -76,8 +76,8 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.15.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.4'
implementation 'com.google.protobuf:protobuf-java-util:3.25.4'
implementation 'com.google.protobuf:protobuf-java:4.27.3'
implementation 'com.google.protobuf:protobuf-java-util:4.27.3'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation "io.grpc:grpc-core:1.65.1"
implementation "io.grpc:grpc-stub:1.65.1"
Expand Down

0 comments on commit e0f2e19

Please sign in to comment.