Browse Source
feat: update keycloak version to 25.0.1
pull/47/head
Sébastien DEU
1 year ago
No known key found for this signature in database
GPG Key ID: 54B100C849A5097A
1 changed files with
1 additions and
1 deletions
-
pom.xml
|
|
@ -11,7 +11,7 @@ |
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<version.keycloak>22.0.1</version.keycloak> |
|
|
|
<version.keycloak>25.0.1</version.keycloak> |
|
|
|
|
|
|
|
<maven.compiler.release>17</maven.compiler.release> |
|
|
|
<compiler-plugin.version>3.13.0</compiler-plugin.version> |
|
|
|