File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ allprojects {
11
11
}
12
12
13
13
ext {
14
- grpcVersion = ' 1.23 .0'
15
- protobufVersion = ' 3.9.1 '
14
+ grpcVersion = ' 1.24 .0'
15
+ protobufVersion = ' 3.9.2 '
16
16
}
17
17
18
18
subprojects {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
compile ' org.keycloak:keycloak-admin-client:6.0.1'
29
29
compile ' org.jboss.resteasy:resteasy-client:3.6.3.Final'
30
30
compile ' org.jboss.resteasy:resteasy-jackson2-provider:3.6.3.Final'
31
- compile ' com.typesafe:config:1.3.3 '
31
+ compile ' com.typesafe:config:1.3.4 '
32
32
33
33
testCompile " com.google.protobuf:protobuf-java:$protobufVersion "
34
34
testCompile " io.grpc:grpc-netty-shaded:$grpcVersion "
You can’t perform that action at this time.
0 commit comments