Skip to content

Commit

Permalink
fix(deps): update grpcversion to v1.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Sep 11, 2023
1 parent dd2b097 commit 2df7620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
}

ext {
grpcVersion = '1.57.2'
grpcVersion = '1.58.0'
protobufVersion = '3.24.3'
}

Expand Down
1 change: 1 addition & 0 deletions keycloak/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
api 'com.typesafe:config:1.4.2'

testImplementation "com.google.protobuf:protobuf-java:$protobufVersion"
testImplementation "io.grpc:grpc-inprocess:$grpcVersion"
testImplementation "io.grpc:grpc-netty-shaded:$grpcVersion"
testImplementation "io.grpc:grpc-protobuf:$grpcVersion"
testImplementation "io.grpc:grpc-stub:$grpcVersion"
Expand Down

0 comments on commit 2df7620

Please sign in to comment.