From d318905537c60a1ca797ac512e3d0fb53c100b39 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 09:23:58 +0800
Subject: [PATCH] fix(deps): update spring boot to v3.3.1 (#403)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
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 90098f36..c6ee204a 100644
--- a/auditing/pom.xml
+++ b/auditing/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/bookstore/pom.xml b/bookstore/pom.xml
index 83073357..2de0ffdd 100644
--- a/bookstore/pom.xml
+++ b/bookstore/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/boot-filepart/pom.xml b/boot-filepart/pom.xml
index 6d6f020d..beb89ca0 100644
--- a/boot-filepart/pom.xml
+++ b/boot-filepart/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/boot-oracle/pom.xml b/boot-oracle/pom.xml
index c6ea246c..d4ddc96c 100644
--- a/boot-oracle/pom.xml
+++ b/boot-oracle/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/boot/pom.xml b/boot/pom.xml
index 21e0b284..9d235f80 100644
--- a/boot/pom.xml
+++ b/boot/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/connection-factories/pom.xml b/connection-factories/pom.xml
index a79454d9..599b4357 100644
--- a/connection-factories/pom.xml
+++ b/connection-factories/pom.xml
@@ -15,7 +15,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
diff --git a/data-r2dbc-entitytemplate/pom.xml b/data-r2dbc-entitytemplate/pom.xml
index a122c675..d0f317f2 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.0
+ 3.3.1
diff --git a/data-r2dbc-repositories/pom.xml b/data-r2dbc-repositories/pom.xml
index b80b3adc..d517c2f8 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.0
+ 3.3.1
diff --git a/database-client/pom.xml b/database-client/pom.xml
index c325ad7f..7064b7be 100644
--- a/database-client/pom.xml
+++ b/database-client/pom.xml
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
diff --git a/entitycallbacks/pom.xml b/entitycallbacks/pom.xml
index 895c2fac..5449e994 100644
--- a/entitycallbacks/pom.xml
+++ b/entitycallbacks/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/jooq-kotlin-co-gradle/build.gradle.kts b/jooq-kotlin-co-gradle/build.gradle.kts
index 598c9185..166711bd 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.0"
+ id("org.springframework.boot") version "3.3.1"
id("io.spring.dependency-management") version "1.1.5"
kotlin("jvm") version "2.0.0"
kotlin("plugin.spring") version "2.0.0"
diff --git a/jooq/pom.xml b/jooq/pom.xml
index 88a8f915..878e8aa2 100644
--- a/jooq/pom.xml
+++ b/jooq/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/kotlin-co/pom.xml b/kotlin-co/pom.xml
index 82aeb4df..2fc23612 100644
--- a/kotlin-co/pom.xml
+++ b/kotlin-co/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/pg-json/pom.xml b/pg-json/pom.xml
index 99161043..43cde1fa 100644
--- a/pg-json/pom.xml
+++ b/pg-json/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/pg-notifier-listener/pom.xml b/pg-notifier-listener/pom.xml
index 31c9a5ea..651555be 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.0
+ 3.3.1
com.example
diff --git a/r2dbc-migrate/pom.xml b/r2dbc-migrate/pom.xml
index 88c47916..ca343c19 100644
--- a/r2dbc-migrate/pom.xml
+++ b/r2dbc-migrate/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example
diff --git a/testcontainers/pom.xml b/testcontainers/pom.xml
index 33ddfaa9..db4aa2f6 100644
--- a/testcontainers/pom.xml
+++ b/testcontainers/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.0
+ 3.3.1
com.example