Compare commits

..

3 commits

Author SHA1 Message Date
91554ec588 Update Keycloak packages to v26.6.0
All checks were successful
/ Verify (pull_request) Successful in 1m2s
/ Verify (push) Successful in 1m44s
2026-04-11 20:41:18 +02:00
a66dc2792a Update dependency junit:junit to v4.13.2
All checks were successful
/ Verify (pull_request) Successful in 59s
/ Verify (push) Successful in 52s
2026-04-11 18:25:31 +02:00
5e5a6fcae0 Update maven plugins
All checks were successful
/ Verify (pull_request) Successful in 50s
/ Verify (push) Successful in 1m0s
2026-04-04 23:30:43 +00:00

View file

@ -24,7 +24,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
@ -72,17 +72,17 @@
https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.5.0</version>
</plugin>
<!-- default lifecycle, jar packaging: see
https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
<version>3.5.0</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.15.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
@ -90,7 +90,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.5.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
@ -104,11 +104,11 @@
https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.21.0</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
<version>3.9.0</version>
</plugin>
</plugins>
</pluginManagement>