File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ protobuf {
25
25
26
26
dependencies {
27
27
compile project(' :core' )
28
- compile ' org.keycloak:keycloak-admin-client:6 .0.1 '
29
- compile ' org.jboss.resteasy:resteasy-client:3.6.3 .Final'
30
- compile ' org.jboss.resteasy:resteasy-jackson2-provider:3.6.3 .Final'
28
+ compile ' org.keycloak:keycloak-admin-client:7 .0.0 '
29
+ compile ' org.jboss.resteasy:resteasy-client:3.7.0 .Final'
30
+ compile ' org.jboss.resteasy:resteasy-jackson2-provider:3.7.0 .Final'
31
31
compile ' com.typesafe:config:1.3.4'
32
32
33
33
testCompile " com.google.protobuf:protobuf-java:$protobufVersion "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '2'
2
2
3
3
services :
4
4
keycloak :
5
- image : jboss/keycloak:6 .0.1
5
+ image : jboss/keycloak:7 .0.0
6
6
environment :
7
7
- KEYCLOAK_USER=admin
8
8
- KEYCLOAK_PASSWORD=admin
You can’t perform that action at this time.
0 commit comments