build: spring boot version

This commit is contained in:
CaptainB 2022-06-11 14:31:35 +08:00 committed by f2c-ci-robot[bot]
parent 3de626c046
commit 7b13ab3bd0
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>3.17.0</version>
<version>3.17.3</version>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.8</version>
<version>2.7.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>