Skip to content

Commit 9e6c251

Browse files
committed
feat(spring-boot): upgrades spring boot version to 2.6.4
1 parent 3c1df81 commit 9e6c251

File tree

2 files changed

+169
-88
lines changed

2 files changed

+169
-88
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.5.2</version>
8+
<version>2.6.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pj</groupId>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.keycloak</groupId>
3737
<artifactId>keycloak-spring-boot-starter</artifactId>
38-
<version>14.0.0</version>
38+
<version>17.0.1</version>
3939
</dependency>
4040

4141
<dependency>

0 commit comments

Comments
 (0)