We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f3688 + c9b3f7f commit a5bef10Copy full SHA for a5bef10
pom.xml
@@ -5,12 +5,12 @@
5
<parent>
6
<groupId>org.springframework.boot</groupId>
7
<artifactId>spring-boot-starter-parent</artifactId>
8
- <version>2.6.4</version>
+ <version>2.7.0</version>
9
<relativePath/> <!-- lookup parent from repository -->
10
</parent>
11
<groupId>com.pj</groupId>
12
<artifactId>keycloak</artifactId>
13
- <version>5.0.0</version>
+ <version>6.0.0</version>
14
<name>KeyCloak-Angular-SpringSecurity</name>
15
<description>Demo project for KeyCloak and Spring Security</description>
16
@@ -35,7 +35,7 @@
35
<dependency>
36
<groupId>org.keycloak</groupId>
37
<artifactId>keycloak-spring-boot-starter</artifactId>
38
- <version>17.0.1</version>
+ <version>18.0.0</version>
39
</dependency>
40
41
0 commit comments