Skip to content

Commit b43f09b

Browse files
committed
minor dependencies updates
1 parent 1075cc9 commit b43f09b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ allprojects {
1111
}
1212

1313
ext {
14-
grpcVersion = '1.23.0'
15-
protobufVersion = '3.9.1'
14+
grpcVersion = '1.24.0'
15+
protobufVersion = '3.9.2'
1616
}
1717

1818
subprojects {

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

keycloak/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile 'org.keycloak:keycloak-admin-client:6.0.1'
2929
compile 'org.jboss.resteasy:resteasy-client:3.6.3.Final'
3030
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'
3232

3333
testCompile "com.google.protobuf:protobuf-java:$protobufVersion"
3434
testCompile "io.grpc:grpc-netty-shaded:$grpcVersion"

0 commit comments

Comments
 (0)