From cd1fdb49f4ef1b8f7b970a2a8ef22d3b378d296d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 02:02:08 +0000 Subject: [PATCH] fix(deps): update spring boot to v3.3.5 --- auditing/pom.xml | 2 +- bookstore/pom.xml | 2 +- boot-filepart/pom.xml | 2 +- boot-oracle/pom.xml | 2 +- boot/pom.xml | 2 +- connection-factories/pom.xml | 2 +- data-r2dbc-entitytemplate/pom.xml | 2 +- data-r2dbc-repositories/pom.xml | 2 +- database-client/pom.xml | 2 +- entitycallbacks/pom.xml | 2 +- jooq-kotlin-co-gradle/build.gradle.kts | 2 +- jooq/pom.xml | 2 +- kotlin-co/pom.xml | 2 +- pg-json/pom.xml | 2 +- pg-notifier-listener/pom.xml | 2 +- r2dbc-migrate/pom.xml | 2 +- testcontainers/pom.xml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/auditing/pom.xml b/auditing/pom.xml index bffb930..3fb189a 100644 --- a/auditing/pom.xml +++ b/auditing/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/bookstore/pom.xml b/bookstore/pom.xml index a5d7a14..24a0af7 100644 --- a/bookstore/pom.xml +++ b/bookstore/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/boot-filepart/pom.xml b/boot-filepart/pom.xml index 52aa19c..0375797 100644 --- a/boot-filepart/pom.xml +++ b/boot-filepart/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/boot-oracle/pom.xml b/boot-oracle/pom.xml index 10d3263..8cdc425 100644 --- a/boot-oracle/pom.xml +++ b/boot-oracle/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/boot/pom.xml b/boot/pom.xml index 77e0c75..d469f7a 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/connection-factories/pom.xml b/connection-factories/pom.xml index 3a45c03..c794c31 100644 --- a/connection-factories/pom.xml +++ b/connection-factories/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 diff --git a/data-r2dbc-entitytemplate/pom.xml b/data-r2dbc-entitytemplate/pom.xml index 936fb97..7056aec 100644 --- a/data-r2dbc-entitytemplate/pom.xml +++ b/data-r2dbc-entitytemplate/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 diff --git a/data-r2dbc-repositories/pom.xml b/data-r2dbc-repositories/pom.xml index e6a2ac1..9ff6134 100644 --- a/data-r2dbc-repositories/pom.xml +++ b/data-r2dbc-repositories/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 diff --git a/database-client/pom.xml b/database-client/pom.xml index 0584bf0..9531a50 100644 --- a/database-client/pom.xml +++ b/database-client/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 diff --git a/entitycallbacks/pom.xml b/entitycallbacks/pom.xml index e9f5821..e664258 100644 --- a/entitycallbacks/pom.xml +++ b/entitycallbacks/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/jooq-kotlin-co-gradle/build.gradle.kts b/jooq-kotlin-co-gradle/build.gradle.kts index d21e94a..866399d 100644 --- a/jooq-kotlin-co-gradle/build.gradle.kts +++ b/jooq-kotlin-co-gradle/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "3.3.4" + id("org.springframework.boot") version "3.3.5" id("io.spring.dependency-management") version "1.1.6" kotlin("jvm") version "2.0.21" kotlin("plugin.spring") version "2.0.21" diff --git a/jooq/pom.xml b/jooq/pom.xml index 0e10022..9e0489b 100644 --- a/jooq/pom.xml +++ b/jooq/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/kotlin-co/pom.xml b/kotlin-co/pom.xml index 060b321..ee96e9e 100644 --- a/kotlin-co/pom.xml +++ b/kotlin-co/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/pg-json/pom.xml b/pg-json/pom.xml index 638286e..23a534a 100644 --- a/pg-json/pom.xml +++ b/pg-json/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/pg-notifier-listener/pom.xml b/pg-notifier-listener/pom.xml index 455fd2e..07f0822 100644 --- a/pg-notifier-listener/pom.xml +++ b/pg-notifier-listener/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/r2dbc-migrate/pom.xml b/r2dbc-migrate/pom.xml index 4b7665f..71cbc94 100644 --- a/r2dbc-migrate/pom.xml +++ b/r2dbc-migrate/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example diff --git a/testcontainers/pom.xml b/testcontainers/pom.xml index a0c036b..13d39cf 100644 --- a/testcontainers/pom.xml +++ b/testcontainers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.4 + 3.3.5 com.example