From 2b17e9c536fbca1adffc8c37acd37c625d31be4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 23:11:10 +0000 Subject: [PATCH 1/2] build(deps): bump spring-boot.version from 3.3.5 to 3.4.0 Bumps `spring-boot.version` from 3.3.5 to 3.4.0. Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 717914c..ce19192 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ ${java.version} ${java.version} 5.11.3 - 3.3.5 + 3.4.0 7.20.1 1.5.1 2.3 From fda8d15149fba274b77b512335e24a6767173afa Mon Sep 17 00:00:00 2001 From: Paul Williams Date: Sun, 24 Nov 2024 14:55:55 +0530 Subject: [PATCH 2/2] build: bump apache.commons 1.12.0 and pre-liquibase 1.6.0 --- jpa-adapter/pom.xml | 45 +++++++++++-------------------------------- pom.xml | 3 ++- r2dbc-adapter/pom.xml | 11 +++++++++++ 3 files changed, 24 insertions(+), 35 deletions(-) diff --git a/jpa-adapter/pom.xml b/jpa-adapter/pom.xml index f5af9b5..8ce0079 100644 --- a/jpa-adapter/pom.xml +++ b/jpa-adapter/pom.xml @@ -19,43 +19,26 @@ org.springframework.boot spring-boot-starter-data-jpa - org.liquibase liquibase-core + + + commons-text + org.apache.commons + + + + + commons-text + org.apache.commons + ${apache.commons.version} org.springframework.data spring-data-envers - - net.lbruun.springboot preliquibase-spring-boot-starter @@ -64,12 +47,6 @@ com.fasterxml.jackson.module jackson-module-kotlin - diff --git a/pom.xml b/pom.xml index ce19192..1f7df27 100644 --- a/pom.xml +++ b/pom.xml @@ -16,9 +16,10 @@ 5.11.3 3.4.0 7.20.1 - 1.5.1 + 1.6.0 2.3 2.3.232 + 1.12.0 3.9.0 3.5.1 diff --git a/r2dbc-adapter/pom.xml b/r2dbc-adapter/pom.xml index 849a6fb..e9d51ae 100644 --- a/r2dbc-adapter/pom.xml +++ b/r2dbc-adapter/pom.xml @@ -29,6 +29,17 @@ io.github.daggerok liquibase-r2dbc-spring-boot-starter ${liquibase-r2dbc-spring-boot-starter.version} + + + commons-text + org.apache.commons + + + + + commons-text + org.apache.commons + ${apache.commons.version}