File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.github.sherter.google-java-format' version ' 0.8' apply false
3
3
id ' com.google.protobuf' version ' 0.8.8' apply false
4
- id ' com.avast.gradle.docker-compose' version ' 0.9.2 ' apply false
4
+ id ' com.avast.gradle.docker-compose' version ' 0.9.4 ' apply false
5
5
id ' com.jfrog.bintray' version ' 1.8.4' apply false
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ protobuf {
25
25
26
26
dependencies {
27
27
compile project(' :core' )
28
- compile ' org.keycloak:keycloak-admin-client:5 .0.0 '
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
31
compile ' com.typesafe:config:1.3.3'
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:5 .0.0
5
+ image : jboss/keycloak:6 .0.1
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