Skip to content

Commit

Permalink
Merge pull request #376 from akkinoc/spring-boot-3.1.6
Browse files Browse the repository at this point in the history
Upgrade to Spring Boot 3.1.6
  • Loading branch information
akkinoc committed Dec 2, 2023
2 parents a1b1a33 + e019107 commit 9a80583
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ Supports the following web servers:
Depends on:

* Java 17 or 21
* Kotlin 1.7
* Spring Boot 3.0
* Kotlin 1.8
* Spring Boot 3.1
* Logback-access 1.4

## Usage
Expand Down
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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</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.0.13</version>
<version>3.1.6</version>
</parent>

<organization>
Expand Down

0 comments on commit 9a80583

Please sign in to comment.