@@ -13,16 +13,16 @@ Keycloak is embedded by hosting it's JAX-RS Application in a Spring-Boot environ
1313The following table shows the Keycloak versions used by the embedded Keycloak Server version.
1414
1515Embedded Keycloak Server | Keycloak | Spring Boot
16- ---|---|---
17- 1.x.y | 9.0.3 | 2.2.7.RELEASE
18- 2.3.y | 10.0.2 | 2.3.1.RELEASE
19- 2.4.y | 11.0.2 | 2.3.3.RELEASE
20- 3.0.y | 12.0.4 | 2.4.4
21- 4.0.y | 13.0.1 | 2.4.6
22- 5.0.y | 15.0.2 | 2.5.4
23- 5.1.y | 15.1.1 | 2.5.10
24- 6.0.y | 16.1.1 | 2.5.10
25- 7.0.y | 17.0.0 | 2.6.4
16+ ---|---------- |---
17+ 1.x.y | 9.0.3 | 2.2.7.RELEASE
18+ 2.3.y | 10.0.2 | 2.3.1.RELEASE
19+ 2.4.y | 11.0.2 | 2.3.3.RELEASE
20+ 3.0.y | 12.0.4 | 2.4.4
21+ 4.0.y | 13.0.1 | 2.4.6
22+ 5.0.y | 15.0.2 | 2.5.4
23+ 5.1.y | 15.1.1 | 2.5.10
24+ 6.0.y | 16.1.1 | 2.5.10
25+ 7.0.y | 17.0.1 | 2.6.7
2626
2727## Modules
2828
@@ -52,14 +52,14 @@ In Maven:
5252 <parent >
5353 <groupId >com.github.thomasdarimont.embedded-spring-boot-keycloak-server</groupId >
5454 <artifactId >embedded-keycloak-server-spring-boot-parent</artifactId >
55- <version >7.0.2 </version >
55+ <version >7.0.3 </version >
5656 </parent >
5757
5858 <dependencies >
5959 <dependency >
6060 <groupId >com.github.thomasdarimont.embedded-spring-boot-keycloak-server</groupId >
6161 <artifactId >embedded-keycloak-server-spring-boot-starter</artifactId >
62- <version >7.0.2 </version >
62+ <version >7.0.3 </version >
6363 </dependency >
6464 </dependencies >
6565
@@ -79,7 +79,7 @@ In Maven:
7979In Gradle:
8080``` groovy
8181plugins {
82- id 'org.springframework.boot' version '2.6.4 '
82+ id 'org.springframework.boot' version '2.6.7 '
8383 id 'io.spring.dependency-management' version '1.0.11.RELEASE'
8484 id 'java'
8585}
@@ -91,12 +91,12 @@ repositories {
9191
9292dependencyManagement {
9393 imports {
94- mavenBom 'com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-parent:7.0.2 '
94+ mavenBom 'com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-parent:7.0.3 '
9595 }
9696}
9797
9898dependencies {
99- implementation "com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-starter:7.0.2 "
99+ implementation "com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-starter:7.0.3 "
100100}
101101```
102102
0 commit comments