Skip to content

Commit 3288a6f

Browse files
committed
deps: Keycloak client 7.0.0 (works well with Keycloak 6.0.1)
1 parent c43e717 commit 3288a6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

keycloak/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ protobuf {
2525

2626
dependencies {
2727
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'
3131
compile 'com.typesafe:config:1.3.4'
3232

3333
testCompile "com.google.protobuf:protobuf-java:$protobufVersion"

keycloak/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22

33
services:
44
keycloak:
5-
image: jboss/keycloak:6.0.1
5+
image: jboss/keycloak:7.0.0
66
environment:
77
- KEYCLOAK_USER=admin
88
- KEYCLOAK_PASSWORD=admin

0 commit comments

Comments
 (0)