Skip to content

Commit ae152b6

Browse files
committed
updated springboot version 3.3.5
1 parent 9744f25 commit ae152b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<commons-lang.version>3.5</commons-lang.version>
1414
<jjwt.version>0.6.0</jjwt.version>
1515
<junit.version>4.13.1</junit.version>
16-
<spring.boot.version>3.2.6</spring.boot.version>
16+
<spring.boot.version>3.3.5</spring.boot.version>
1717
<docker.image.prefix>megadotnet</docker.image.prefix>
1818
<joda.time.version>2.9.9</joda.time.version>
1919
<qiniu.version>[7.2.0, 7.2.99]</qiniu.version>
2020
</properties>
2121
<parent>
2222
<groupId>org.springframework.boot</groupId>
2323
<artifactId>spring-boot-starter-parent</artifactId>
24-
<version>3.2.6</version>
24+
<version>3.3.5</version>
2525
</parent>
2626
<build>
2727
<plugins>

0 commit comments

Comments
 (0)