Tom Kersting
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
3 deletions
-
pom.xml
|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<packaging>jar</packaging> |
|
|
|
|
|
|
|
<properties> |
|
|
|
<version.keycloak>26.0.5</version.keycloak> |
|
|
|
<version.keycloak>26.4.7</version.keycloak> |
|
|
|
</properties> |
|
|
|
|
|
|
|
<dependencies> |
|
|
|
@ -46,7 +46,7 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<version>3.14.1</version> |
|
|
|
<configuration> |
|
|
|
<source>17</source> |
|
|
|
<target>17</target> |
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-deploy-plugin</artifactId> |
|
|
|
<version>3.1.3</version> |
|
|
|
<version>3.1.4</version> |
|
|
|
<configuration> |
|
|
|
<skip>true</skip> |
|
|
|
</configuration> |
|
|
|
|