diff --git a/README.md b/README.md index 78b93ee7..6c465602 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Supports the following web servers: Depends on: * Java 17 -* Kotlin 1.7 -* Spring Boot 3.0 +* Kotlin 1.8 +* Spring Boot 3.1 * Logback-access 1.4 ## Usage diff --git a/examples/webflux-jetty-java/pom.xml b/examples/webflux-jetty-java/pom.xml index 0d4b78f7..baf49f0c 100644 --- a/examples/webflux-jetty-java/pom.xml +++ b/examples/webflux-jetty-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webflux-tomcat-java/pom.xml b/examples/webflux-tomcat-java/pom.xml index 279af980..e093253a 100644 --- a/examples/webflux-tomcat-java/pom.xml +++ b/examples/webflux-tomcat-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webflux-undertow-java/pom.xml b/examples/webflux-undertow-java/pom.xml index ea8748e2..82cc2e26 100644 --- a/examples/webflux-undertow-java/pom.xml +++ b/examples/webflux-undertow-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webmvc-jetty-java/pom.xml b/examples/webmvc-jetty-java/pom.xml index fe425fdb..69df8b3a 100644 --- a/examples/webmvc-jetty-java/pom.xml +++ b/examples/webmvc-jetty-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webmvc-tomcat-java/pom.xml b/examples/webmvc-tomcat-java/pom.xml index d6dc4f12..06bcbc30 100644 --- a/examples/webmvc-tomcat-java/pom.xml +++ b/examples/webmvc-tomcat-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webmvc-tomcat-kotlin/pom.xml b/examples/webmvc-tomcat-kotlin/pom.xml index 81b12810..db3428da 100644 --- a/examples/webmvc-tomcat-kotlin/pom.xml +++ b/examples/webmvc-tomcat-kotlin/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/examples/webmvc-undertow-java/pom.xml b/examples/webmvc-undertow-java/pom.xml index 69b072cd..b700a9d3 100644 --- a/examples/webmvc-undertow-java/pom.xml +++ b/examples/webmvc-undertow-java/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6 diff --git a/pom.xml b/pom.xml index 941f1aea..b35cebaf 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.6 + 3.1.6