Skip to content

Commit

Permalink
Update protobuf to v3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 22, 2024
1 parent f3eb9c5 commit e1b8961
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:3.25.5'
}
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.0'
implementation 'org.apache.logging.log4j:log4j-core:2.24.0'
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:3.25.5'
implementation 'com.google.protobuf:protobuf-java-util:3.25.5'
implementation 'com.google.guava:guava:33.3.0-jre'
implementation "io.grpc:grpc-core:1.66.0"
implementation "io.grpc:grpc-stub:1.66.0"
Expand Down

0 comments on commit e1b8961

Please sign in to comment.