Skip to content

Commit adae429

Browse files
Revise version information in readme
See #43 Signed-off-by: Thomas Darimont <[email protected]>
1 parent 58bdc68 commit adae429

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

readme.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ Keycloak is embedded by hosting it's JAX-RS Application in a Spring-Boot environ
1212

1313
The following table shows the Keycloak versions used by the embedded Keycloak Server version.
1414

15-
Embedded Keycloak Server | Keycloak
16-
---|---
17-
1.x.y | 9.0.3
18-
2.3.y | 10.0.2
19-
2.4.y | 11.0.2
20-
3.0.y | 12.0.4
21-
4.0.y | 13.0.1
22-
5.0.y | 15.0.2
23-
5.1.y | 15.1.1
24-
6.0.y / 16.1.1
25-
7.0.y / 17.0.0
15+
Embedded 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
2626

2727
## Modules
2828

@@ -79,7 +79,7 @@ In Maven:
7979
In Gradle:
8080
``` groovy
8181
plugins {
82-
id 'org.springframework.boot' version '2.5.10'
82+
id 'org.springframework.boot' version '2.6.4'
8383
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
8484
id 'java'
8585
}

0 commit comments

Comments
 (0)