From c8ec7b591fe3ee905385af2c5be03174e027730f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:36:07 +0000 Subject: [PATCH] fix(deps): update spring boot to v3.4.0 --- batch-boot-jpa-sample/pom.xml | 2 +- boot-mongodb-elasticsearch/pom.xml | 2 +- boot-strategy-plugin/build.gradle | 2 +- boot-togglz-sample/pom.xml | 2 +- httpClients/boot-http-proxy/pom.xml | 2 +- httpClients/boot-rest-template/pom.xml | 2 +- jpa/keyset-pagination/blaze-persistence/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/batch-boot-jpa-sample/pom.xml b/batch-boot-jpa-sample/pom.xml index 8e69cdd3c..76cb84dab 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.3.6 + 3.4.0 com.example.bootbatchjpa diff --git a/boot-mongodb-elasticsearch/pom.xml b/boot-mongodb-elasticsearch/pom.xml index 168e66a21..ae6df02da 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.3.6 + 3.4.0 com.example.mongoes diff --git a/boot-strategy-plugin/build.gradle b/boot-strategy-plugin/build.gradle index beee388ca..ac5959fab 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.3.6' + id 'org.springframework.boot' version '3.4.0' id 'io.spring.dependency-management' version '1.1.6' id 'org.graalvm.buildtools.native' version '0.10.3' } diff --git a/boot-togglz-sample/pom.xml b/boot-togglz-sample/pom.xml index a5eb4f9b7..40e1b9db2 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.3.6 + 3.4.0 com.example.featuretoggle diff --git a/httpClients/boot-http-proxy/pom.xml b/httpClients/boot-http-proxy/pom.xml index 26c155e1e..b146cc887 100644 --- a/httpClients/boot-http-proxy/pom.xml +++ b/httpClients/boot-http-proxy/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0 com.example.rest.proxy diff --git a/httpClients/boot-rest-template/pom.xml b/httpClients/boot-rest-template/pom.xml index 0306db99c..ce7d45033 100644 --- a/httpClients/boot-rest-template/pom.xml +++ b/httpClients/boot-rest-template/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0 com.example.rest.template diff --git a/jpa/keyset-pagination/blaze-persistence/pom.xml b/jpa/keyset-pagination/blaze-persistence/pom.xml index 3c82a2a57..3bb525481 100644 --- a/jpa/keyset-pagination/blaze-persistence/pom.xml +++ b/jpa/keyset-pagination/blaze-persistence/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0 com.example.keysetpagination