Skip to content

Commit ed0e222

Browse files
authored
feat 适配 springboot 3.5
1 parent c0ce303 commit ed0e222

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>3.3.6</version>
8+
<version>3.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pig4cloud.plugin</groupId>
1212
<artifactId>idempotent-spring-boot-starter</artifactId>
13-
<version>0.5.0</version>
13+
<version>0.6.0</version>
1414
<name>idempotent</name>
1515
<description>An idempotent solution</description>
1616
<url>https://pig4cloud.com</url>
@@ -38,7 +38,7 @@
3838
<properties>
3939
<java.version>17</java.version>
4040
<mica.version>3.0.0</mica.version>
41-
<redisson.version>3.39.0</redisson.version>
41+
<redisson.version>3.50.0</redisson.version>
4242
<spring.checkstyle.plugin>0.0.32</spring.checkstyle.plugin>
4343
</properties>
4444

0 commit comments

Comments
 (0)