Skip to content

Commit

Permalink
Update grpc-java monorepo to v1.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent 3430b5a commit 8095198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion file-storage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
testImplementation "org.apache.kafka:kafka-metadata:$kafkaVersion:test"
testImplementation "org.apache.kafka:kafka_2.13:$kafkaVersion:test"
testImplementation 'org.togglz:togglz-junit5:2.8.0'
testImplementation 'io.grpc:grpc-testing:1.63.0'
testImplementation 'io.grpc:grpc-testing:1.68.2'
testImplementation 'org.testcontainers:testcontainers:1.19.8'
testImplementation 'org.testcontainers:junit-jupiter:1.19.8'
testImplementation 'io.projectreactor:reactor-test:3.6.9'
Expand Down
6 changes: 3 additions & 3 deletions persistence-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protobuf {
// Locate the codegen plugins
plugins {
grpc {
artifact = 'io.grpc:protoc-gen-grpc-java:1.63.0'
artifact = 'io.grpc:protoc-gen-grpc-java:1.68.2'
}
reactor {
artifact = "com.salesforce.servicelibs:reactor-grpc:1.2.4"
Expand All @@ -63,8 +63,8 @@ sonarqube {

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'io.grpc:grpc-protobuf:1.63.0'
implementation 'io.grpc:grpc-stub:1.63.0'
implementation 'io.grpc:grpc-protobuf:1.68.2'
implementation 'io.grpc:grpc-stub:1.68.2'
implementation 'io.projectreactor:reactor-core:3.6.9'
implementation 'com.salesforce.servicelibs:reactor-grpc-stub:1.2.4'
implementation 'jakarta.validation:jakarta.validation-api:3.1.0'
Expand Down

0 comments on commit 8095198

Please sign in to comment.