From 9631301122db81a2d6b348ef0323554bb54c373f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:59:50 +0000 Subject: [PATCH] fix(deps): update spring boot to v3.3.3 --- 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 f00dadc..f4d0a4d 100644 --- a/auditing/pom.xml +++ b/auditing/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/bookstore/pom.xml b/bookstore/pom.xml index edefd2c..68ebc94 100644 --- a/bookstore/pom.xml +++ b/bookstore/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/boot-filepart/pom.xml b/boot-filepart/pom.xml index caa5e5e..bee45f6 100644 --- a/boot-filepart/pom.xml +++ b/boot-filepart/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/boot-oracle/pom.xml b/boot-oracle/pom.xml index 8215cf6..97cf8eb 100644 --- a/boot-oracle/pom.xml +++ b/boot-oracle/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/boot/pom.xml b/boot/pom.xml index d7c9bd9..40719d8 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/connection-factories/pom.xml b/connection-factories/pom.xml index 7ca61f6..127f955 100644 --- a/connection-factories/pom.xml +++ b/connection-factories/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 diff --git a/data-r2dbc-entitytemplate/pom.xml b/data-r2dbc-entitytemplate/pom.xml index 6fafbd4..b850c41 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.2 + 3.3.3 diff --git a/data-r2dbc-repositories/pom.xml b/data-r2dbc-repositories/pom.xml index 5dccffb..bd203b7 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.2 + 3.3.3 diff --git a/database-client/pom.xml b/database-client/pom.xml index f6c8ab5..08a4745 100644 --- a/database-client/pom.xml +++ b/database-client/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 diff --git a/entitycallbacks/pom.xml b/entitycallbacks/pom.xml index 95636d1..db0ed9a 100644 --- a/entitycallbacks/pom.xml +++ b/entitycallbacks/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/jooq-kotlin-co-gradle/build.gradle.kts b/jooq-kotlin-co-gradle/build.gradle.kts index 6ad26ce..5fe3f26 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.2" + id("org.springframework.boot") version "3.3.3" id("io.spring.dependency-management") version "1.1.6" kotlin("jvm") version "2.0.10" kotlin("plugin.spring") version "2.0.20" diff --git a/jooq/pom.xml b/jooq/pom.xml index 4fa7054..02e87f0 100644 --- a/jooq/pom.xml +++ b/jooq/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/kotlin-co/pom.xml b/kotlin-co/pom.xml index bc1c23a..760b377 100644 --- a/kotlin-co/pom.xml +++ b/kotlin-co/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/pg-json/pom.xml b/pg-json/pom.xml index 8a13602..e42d842 100644 --- a/pg-json/pom.xml +++ b/pg-json/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/pg-notifier-listener/pom.xml b/pg-notifier-listener/pom.xml index 3e8d758..b8306ba 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.2 + 3.3.3 com.example diff --git a/r2dbc-migrate/pom.xml b/r2dbc-migrate/pom.xml index 3c77c1b..7afa2d5 100644 --- a/r2dbc-migrate/pom.xml +++ b/r2dbc-migrate/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example diff --git a/testcontainers/pom.xml b/testcontainers/pom.xml index 5bfc2fd..7b820d1 100644 --- a/testcontainers/pom.xml +++ b/testcontainers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.2 + 3.3.3 com.example