Skip to content

Commit 8fd9edf

Browse files
committed
chore(deps): keycloak-client updated from 8.0.2 to 11.0.0
1 parent ae28612 commit 8fd9edf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

keycloak/build.gradle

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

2626
dependencies {
2727
compile project(':core')
28-
compile 'org.keycloak:keycloak-admin-client:8.0.2'
29-
compile 'org.jboss.resteasy:resteasy-client:3.12.1.Final'
30-
compile 'org.jboss.resteasy:resteasy-jackson2-provider:3.12.1.Final'
28+
compile 'org.keycloak:keycloak-admin-client:11.0.0'
29+
compile 'org.bouncycastle:bcprov-jdk16:1.46'
3130
compile 'com.typesafe:config:1.4.0'
3231

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

0 commit comments

Comments
 (0)