Skip to content

Commit

Permalink
Merge pull request #425 from akkinoc/spring-boot-3.1.11
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 3.1.11
  • Loading branch information
akkinoc committed May 20, 2024
2 parents 5d977bb + d57adfe commit c5fe72e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/webflux-jetty-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webflux-tomcat-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webflux-undertow-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webmvc-jetty-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webmvc-tomcat-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webmvc-tomcat-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/webmvc-undertow-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.6</version>
<version>3.1.11</version>
</parent>

<organization>
Expand Down

0 comments on commit c5fe72e

Please sign in to comment.