Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
moqui
/
moqui-keycloak
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8fab1d4e
authored
2024-09-26 18:01:47 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update keycloak libraries from 21 to 25.
1 parent
24f8bd97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
build.gradle
build.gradle
View file @
8fab1d4
...
...
@@ -35,8 +35,8 @@ tasks.withType(GroovyCompile) { options.compilerArgs << "-proc:none" }
dependencies
{
implementation
project
(
':framework'
)
implementation
'org.keycloak:keycloak-servlet-filter-adapter:2
1.0.1
'
implementation
'org.keycloak:keycloak-admin-client:2
1.0.1
'
implementation
'org.keycloak:keycloak-servlet-filter-adapter:2
5.0.3
'
implementation
'org.keycloak:keycloak-admin-client:2
5.0.3
'
}
task
cleanLib
(
type:
Delete
)
{
delete
fileTree
(
dir:
projectDir
.
absolutePath
+
'/lib'
,
include:
'*'
)
}
...
...
Please
register
or
sign in
to post a comment