Skip to content

Commit a5bef10

Browse files
authored
Merge pull request #29 from pavankjadda/development
feat(core): upgrades spring boot version to 2.7.0
2 parents a3f3688 + c9b3f7f commit a5bef10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.6.4</version>
8+
<version>2.7.0</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pj</groupId>
1212
<artifactId>keycloak</artifactId>
13-
<version>5.0.0</version>
13+
<version>6.0.0</version>
1414
<name>KeyCloak-Angular-SpringSecurity</name>
1515
<description>Demo project for KeyCloak and Spring Security</description>
1616

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.keycloak</groupId>
3737
<artifactId>keycloak-spring-boot-starter</artifactId>
38-
<version>17.0.1</version>
38+
<version>18.0.0</version>
3939
</dependency>
4040

4141
<dependency>

0 commit comments

Comments
 (0)