Update keycloak libraries from 21 to 25.
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -35,8 +35,8 @@ tasks.withType(GroovyCompile) { options.compilerArgs << "-proc:none" } | ... | @@ -35,8 +35,8 @@ tasks.withType(GroovyCompile) { options.compilerArgs << "-proc:none" } |
35 | 35 | ||
36 | dependencies { | 36 | dependencies { |
37 | implementation project(':framework') | 37 | implementation project(':framework') |
38 | implementation 'org.keycloak:keycloak-servlet-filter-adapter:21.0.1' | 38 | implementation 'org.keycloak:keycloak-servlet-filter-adapter:25.0.3' |
39 | implementation 'org.keycloak:keycloak-admin-client:21.0.1' | 39 | implementation 'org.keycloak:keycloak-admin-client:25.0.3' |
40 | } | 40 | } |
41 | 41 | ||
42 | task cleanLib(type: Delete) { delete fileTree(dir: projectDir.absolutePath+'/lib', include: '*') } | 42 | task cleanLib(type: Delete) { delete fileTree(dir: projectDir.absolutePath+'/lib', include: '*') } | ... | ... |
-
Please register or sign in to post a comment