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
2 changed files with 9 additions and 9 deletions

View file

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

View file

@ -1,6 +1,6 @@
services: services:
keycloak: keycloak:
image: quay.io/keycloak/keycloak:26.5.7 image: quay.io/keycloak/keycloak:26.6.0
pull_policy: always pull_policy: always
command: "start-dev --features=declarative-ui" command: "start-dev --features=declarative-ui"
environment: environment: