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 9, 2024
1 parent af346a4 commit d6dabf9
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.26.1'
}
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.26.1'
implementation 'com.google.protobuf:protobuf-java-util:4.26.1'
implementation 'com.google.guava:guava:33.2.0-jre'
implementation "io.grpc:grpc-core:1.63.0"
implementation "io.grpc:grpc-stub:1.63.0"
Expand Down

0 comments on commit d6dabf9

Please sign in to comment.