diff --git a/batch-boot-jpa-sample/pom.xml b/batch-boot-jpa-sample/pom.xml
index e5ebed1cd..c08310fa7 100644
--- a/batch-boot-jpa-sample/pom.xml
+++ b/batch-boot-jpa-sample/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.bootbatchjpa
diff --git a/boot-api-archunit-sample/pom.xml b/boot-api-archunit-sample/pom.xml
index c8a19375d..5e7e894d6 100644
--- a/boot-api-archunit-sample/pom.xml
+++ b/boot-api-archunit-sample/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example
diff --git a/boot-choas-monkey/pom.xml b/boot-choas-monkey/pom.xml
index 0d735f7a9..cbbab3891 100644
--- a/boot-choas-monkey/pom.xml
+++ b/boot-choas-monkey/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.choasmonkey
diff --git a/boot-jobrunr-sample/pom.xml b/boot-jobrunr-sample/pom.xml
index 4a02577c9..f3873e2cb 100644
--- a/boot-jobrunr-sample/pom.xml
+++ b/boot-jobrunr-sample/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.jobrunr
diff --git a/boot-mongodb-elasticsearch/pom.xml b/boot-mongodb-elasticsearch/pom.xml
index 1e0e7b38c..c8e9598c8 100644
--- a/boot-mongodb-elasticsearch/pom.xml
+++ b/boot-mongodb-elasticsearch/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.mongoes
diff --git a/boot-rabbitmq-thymeleaf/pom.xml b/boot-rabbitmq-thymeleaf/pom.xml
index 238a09e8d..9a65d20eb 100644
--- a/boot-rabbitmq-thymeleaf/pom.xml
+++ b/boot-rabbitmq-thymeleaf/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example
diff --git a/boot-rest-docs-sample/pom.xml b/boot-rest-docs-sample/pom.xml
index bd5543640..ca88b6d10 100644
--- a/boot-rest-docs-sample/pom.xml
+++ b/boot-rest-docs-sample/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.restdocs
diff --git a/boot-strategy-plugin/build.gradle b/boot-strategy-plugin/build.gradle
index 3ec86cae2..36ba1af28 100644
--- a/boot-strategy-plugin/build.gradle
+++ b/boot-strategy-plugin/build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.1.3'
+ id 'org.springframework.boot' version '3.1.4'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.graalvm.buildtools.native' version '0.9.27'
}
diff --git a/boot-togglz-sample/pom.xml b/boot-togglz-sample/pom.xml
index 1a464eaf2..5663f92a0 100644
--- a/boot-togglz-sample/pom.xml
+++ b/boot-togglz-sample/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.featuretoggle
diff --git a/boot-ultimate-redis/pom.xml b/boot-ultimate-redis/pom.xml
index b3884f473..3998953bc 100644
--- a/boot-ultimate-redis/pom.xml
+++ b/boot-ultimate-redis/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example
diff --git a/graphql/boot-graphql-webflux/build.gradle.kts b/graphql/boot-graphql-webflux/build.gradle.kts
index b1b513330..3e0c5f78c 100644
--- a/graphql/boot-graphql-webflux/build.gradle.kts
+++ b/graphql/boot-graphql-webflux/build.gradle.kts
@@ -5,7 +5,7 @@ import java.util.*
plugins {
java
- id("org.springframework.boot") version "3.1.3"
+ id("org.springframework.boot") version "3.1.4"
id("io.spring.dependency-management") version "1.1.3"
id("com.diffplug.spotless") version "6.21.0"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
diff --git a/graphql/spring-boot-graphql-querydsl/build.gradle.kts b/graphql/spring-boot-graphql-querydsl/build.gradle.kts
index 8adc11aa0..3c5ebf6d6 100644
--- a/graphql/spring-boot-graphql-querydsl/build.gradle.kts
+++ b/graphql/spring-boot-graphql-querydsl/build.gradle.kts
@@ -5,7 +5,7 @@ import java.util.*
plugins {
java
- id("org.springframework.boot") version "3.1.3"
+ id("org.springframework.boot") version "3.1.4"
id("io.spring.dependency-management") version "1.1.3"
id("com.diffplug.spotless") version "6.21.0"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
diff --git a/httpClients/http-proxy/pom.xml b/httpClients/http-proxy/pom.xml
index ea84cce9b..b4b9fa523 100644
--- a/httpClients/http-proxy/pom.xml
+++ b/httpClients/http-proxy/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.rest.proxy
diff --git a/httpClients/rest-template/pom.xml b/httpClients/rest-template/pom.xml
index 45da8ebd4..ea6d3b727 100644
--- a/httpClients/rest-template/pom.xml
+++ b/httpClients/rest-template/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.rest.template
diff --git a/httpClients/web-client-mvc/pom.xml b/httpClients/web-client-mvc/pom.xml
index a762362a5..7c4cbf3d5 100644
--- a/httpClients/web-client-mvc/pom.xml
+++ b/httpClients/web-client-mvc/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.rest.webclient
diff --git a/httpClients/web-client-webflux/pom.xml b/httpClients/web-client-webflux/pom.xml
index 256f81940..055610e0b 100644
--- a/httpClients/web-client-webflux/pom.xml
+++ b/httpClients/web-client-webflux/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.rest.webclient
diff --git a/jpa/boot-data-customsequence/pom.xml b/jpa/boot-data-customsequence/pom.xml
index 31e6d0f17..d8f4efe5b 100644
--- a/jpa/boot-data-customsequence/pom.xml
+++ b/jpa/boot-data-customsequence/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.custom.sequence
diff --git a/jpa/boot-data-envers/gradle.properties b/jpa/boot-data-envers/gradle.properties
index 7f962bafc..40c7f9378 100644
--- a/jpa/boot-data-envers/gradle.properties
+++ b/jpa/boot-data-envers/gradle.properties
@@ -8,7 +8,7 @@ spotless_version=6.21.0
jacoco_min_coverage_required=0.80
-spring_boot_version=3.1.3
+spring_boot_version=3.1.4
spring_dependency_management_version=1.1.3
logstash_logback_encoder_version=7.3
commons_io_version=2.13.0
diff --git a/jpa/boot-data-multipledatasources/pom.xml b/jpa/boot-data-multipledatasources/pom.xml
index a51f6d4aa..bc6d76753 100644
--- a/jpa/boot-data-multipledatasources/pom.xml
+++ b/jpa/boot-data-multipledatasources/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example
diff --git a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml
index c4dbb9f93..7db61dd45 100644
--- a/jpa/boot-hibernate2ndlevelcache-sample/pom.xml
+++ b/jpa/boot-hibernate2ndlevelcache-sample/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.hibernatecache
diff --git a/jpa/boot-read-replica-postgresql/pom.xml b/jpa/boot-read-replica-postgresql/pom.xml
index a18c1d96a..4724f1e48 100644
--- a/jpa/boot-read-replica-postgresql/pom.xml
+++ b/jpa/boot-read-replica-postgresql/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.demo
diff --git a/jpa/multitenancy/multidatasource-multitenancy/pom.xml b/jpa/multitenancy/multidatasource-multitenancy/pom.xml
index 39e8f67fd..7d94fe844 100644
--- a/jpa/multitenancy/multidatasource-multitenancy/pom.xml
+++ b/jpa/multitenancy/multidatasource-multitenancy/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.multitenancy
diff --git a/jpa/multitenancy/multitenancy-db/pom.xml b/jpa/multitenancy/multitenancy-db/pom.xml
index 8ec5bac48..b52767748 100644
--- a/jpa/multitenancy/multitenancy-db/pom.xml
+++ b/jpa/multitenancy/multitenancy-db/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.multitenancy.db
diff --git a/jpa/multitenancy/partition/pom.xml b/jpa/multitenancy/partition/pom.xml
index e0aff642d..42683fb4c 100644
--- a/jpa/multitenancy/partition/pom.xml
+++ b/jpa/multitenancy/partition/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.multitenancy.partition
diff --git a/jpa/multitenancy/schema/pom.xml b/jpa/multitenancy/schema/pom.xml
index 5c3001a33..f08a08044 100644
--- a/jpa/multitenancy/schema/pom.xml
+++ b/jpa/multitenancy/schema/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.multitenancy.schema
diff --git a/open-api-spring-boot/pom.xml b/open-api-spring-boot/pom.xml
index 5a96de787..41c787025 100644
--- a/open-api-spring-boot/pom.xml
+++ b/open-api-spring-boot/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
org.example
diff --git a/r2dbc/boot-jooq-r2dbc-sample/pom.xml b/r2dbc/boot-jooq-r2dbc-sample/pom.xml
index 9b9a11ed2..1095b2803 100644
--- a/r2dbc/boot-jooq-r2dbc-sample/pom.xml
+++ b/r2dbc/boot-jooq-r2dbc-sample/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.jooq.r2dbc
diff --git a/r2dbc/boot-r2dbc-sample/pom.xml b/r2dbc/boot-r2dbc-sample/pom.xml
index 9d9d0dc55..9bfc19ef2 100644
--- a/r2dbc/boot-r2dbc-sample/pom.xml
+++ b/r2dbc/boot-r2dbc-sample/pom.xml
@@ -7,7 +7,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.1.3
+ 3.1.4
com.example.bootr2dbc