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 Nov 28, 2024
1 parent bcd1724 commit b1726ab
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.5'
artifact = 'com.google.protobuf:protoc:4.29.0'
}
plugins {
grpc {
Expand All @@ -76,8 +76,8 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
implementation 'org.apache.logging.log4j:log4j-core:2.24.2'
implementation 'com.google.protobuf:protobuf-java:3.25.5'
implementation 'com.google.protobuf:protobuf-java-util:3.25.5'
implementation 'com.google.protobuf:protobuf-java:4.28.3'
implementation 'com.google.protobuf:protobuf-java-util:4.29.0'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation "io.grpc:grpc-core:1.68.1"
implementation "io.grpc:grpc-stub:1.68.1"
Expand Down

0 comments on commit b1726ab

Please sign in to comment.