From 535b3660e5ab3e4482a8af851a1578eb913a745a Mon Sep 17 00:00:00 2001 From: hantsy Date: Fri, 20 May 2022 22:52:05 +0800 Subject: [PATCH] chore: bump to spring boot 2.7.0 --- auditing/pom.xml | 4 ++-- bookstore/pom.xml | 2 +- boot/pom.xml | 4 ++-- connection-factories/pom.xml | 4 ++-- data-r2dbc-entitytemplate/pom.xml | 6 +++--- data-r2dbc-repositories/pom.xml | 6 +++--- database-client/pom.xml | 4 ++-- entitycallbacks/pom.xml | 4 ++-- jooq-kotlin-co-gradle/build.gradle.kts | 4 ++-- jooq/pom.xml | 4 ++-- kotlin-co/pom.xml | 4 ++-- testcontainers/pom.xml | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/auditing/pom.xml b/auditing/pom.xml index c8f8a90..200981b 100644 --- a/auditing/pom.xml +++ b/auditing/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -43,7 +43,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/bookstore/pom.xml b/bookstore/pom.xml index a6fe0a3..6a1d56e 100644 --- a/bookstore/pom.xml +++ b/bookstore/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.0-RC1 + 2.7.0 com.example diff --git a/boot/pom.xml b/boot/pom.xml index ff31982..b464790 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -45,7 +45,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/connection-factories/pom.xml b/connection-factories/pom.xml index bdc9485..3777c68 100644 --- a/connection-factories/pom.xml +++ b/connection-factories/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 @@ -30,7 +30,7 @@ r2dbc-h2 - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/data-r2dbc-entitytemplate/pom.xml b/data-r2dbc-entitytemplate/pom.xml index 6c0bdfd..57f40c1 100644 --- a/data-r2dbc-entitytemplate/pom.xml +++ b/data-r2dbc-entitytemplate/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 @@ -36,11 +36,11 @@ spring-r2dbc - io.r2dbc + org.postgresql r2dbc-h2 - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/data-r2dbc-repositories/pom.xml b/data-r2dbc-repositories/pom.xml index b4d6b55..4839f9b 100644 --- a/data-r2dbc-repositories/pom.xml +++ b/data-r2dbc-repositories/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 @@ -36,11 +36,11 @@ spring-r2dbc - io.r2dbc + org.postgresql r2dbc-h2 - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/database-client/pom.xml b/database-client/pom.xml index 9f736e5..57d9abf 100644 --- a/database-client/pom.xml +++ b/database-client/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 @@ -24,7 +24,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/entitycallbacks/pom.xml b/entitycallbacks/pom.xml index ce24eb8..8b0c2e3 100644 --- a/entitycallbacks/pom.xml +++ b/entitycallbacks/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -49,7 +49,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql diff --git a/jooq-kotlin-co-gradle/build.gradle.kts b/jooq-kotlin-co-gradle/build.gradle.kts index 94e78b2..7e3b0c0 100644 --- a/jooq-kotlin-co-gradle/build.gradle.kts +++ b/jooq-kotlin-co-gradle/build.gradle.kts @@ -4,7 +4,7 @@ import nu.studer.gradle.jooq.JooqGenerate import org.jooq.meta.jaxb.Property plugins { - id("org.springframework.boot") version "2.6.7" + id("org.springframework.boot") version "2.7.0" id("io.spring.dependency-management") version "1.0.11.RELEASE" kotlin("jvm") version "1.6.21" kotlin("plugin.spring") version "1.6.21" @@ -40,7 +40,7 @@ dependencies { //r2dbc and spring data r2dbc implementation("org.springframework.boot:spring-boot-starter-data-r2dbc") - runtimeOnly("io.r2dbc:r2dbc-postgresql") + runtimeOnly("org.postgresql:r2dbc-postgresql") //jooq implementation("org.jooq:jooq:${jooqVersion}") diff --git a/jooq/pom.xml b/jooq/pom.xml index 054ab3c..e58204c 100644 --- a/jooq/pom.xml +++ b/jooq/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -44,7 +44,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql runtime diff --git a/kotlin-co/pom.xml b/kotlin-co/pom.xml index 08d18b4..c5e42d0 100644 --- a/kotlin-co/pom.xml +++ b/kotlin-co/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -51,7 +51,7 @@ - io.r2dbc + org.postgresql r2dbc-postgresql runtime diff --git a/testcontainers/pom.xml b/testcontainers/pom.xml index 7fb7741..4e2be69 100644 --- a/testcontainers/pom.xml +++ b/testcontainers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + 2.7.0 com.example @@ -48,7 +48,7 @@ spring-boot-starter-data-r2dbc - io.r2dbc + org.postgresql r2dbc-postgresql