Skip to content

Commit 13fdd5f

Browse files
committed
upgrade to spring-boot 3.0.0
1 parent 11281de commit 13fdd5f

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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.0.0-RC2</version>
14+
<version>3.0.0</version>
1515
</parent>
1616

1717
<licenses>
@@ -70,7 +70,7 @@
7070
<javax.jws-api.version>1.1</javax.jws-api.version>
7171
<jjwt.version>0.9.1</jjwt.version>
7272
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>
73-
<spring-cloud-function.version>4.0.0-M5</spring-cloud-function.version>
73+
<spring-cloud-function.version>4.0.0-RC2</spring-cloud-function.version>
7474
<jackson-bom.version>2.13.4</jackson-bom.version>
7575
</properties>
7676

0 commit comments

Comments
 (0)