Skip to content

Commit 302d95f

Browse files
committed
chore(fix): jackson-datatype-jdk8 added
1 parent ba518be commit 302d95f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keycloak/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies {
2828
api 'org.keycloak:keycloak-admin-client:25.0.2'
2929
api 'javax.annotation:javax.annotation-api:1.3.2'
3030
api 'org.bouncycastle:bcprov-jdk15on:1.70'
31+
api 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2' // required since keycloak-admin-client 25.0.1
3132
api 'com.typesafe:config:1.4.3'
3233

3334
testImplementation "com.google.protobuf:protobuf-java:$protobufVersion"

0 commit comments

Comments
 (0)