From 4bd3a4bf703c550ecb3dd8c47652d0241368ea76 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Thu, 23 Jan 2025 13:15:50 -0500 Subject: [PATCH] Dependabot staging to main (#43) * Bump org.springframework.boot:spring-boot-starter-parent (#26) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.0-M3 to 3.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0-M3...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump org.springframework.boot:spring-boot-starter-parent (#29) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0 (#34) * Bump org.apache.poi:poi-ooxml from 5.3.0 to 5.4.0 (#36) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 (#35) * Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.1 Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.43.0 to 2.44.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.43.0...maven/2.44.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * formatting for spotless --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Calouche * Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.1 to 2.44.2 (#39) * Bump org.springframework.boot:spring-boot-starter-parent (#41) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * prep for spring boot 3.5.x * move to spring boot 3.5 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/dependabot.yml | 4 ++-- autoconfigure/pom.xml | 2 +- libs/exceptions/pom.xml | 2 +- libs/logging-test/pom.xml | 2 +- libs/logging/pom.xml | 2 +- libs/pom.xml | 2 +- pom.xml | 18 +++++++++++++----- .../pcalouche-spring-boot-starter-app/pom.xml | 2 +- .../pom.xml | 2 +- .../pcalouche-spring-boot-starter-test/pom.xml | 2 +- spring-boot-starters/pom.xml | 2 +- 11 files changed, 24 insertions(+), 16 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 376cadc..33d3f27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,7 +30,7 @@ updates: - central schedule: interval: "weekly" - target-branch: "dependabot-staging-spring33x" + target-branch: "dependabot-staging-spring34x" open-pull-requests-limit: 10 groups: maven-plugins: @@ -43,4 +43,4 @@ updates: directory: "/" schedule: interval: "weekly" - target-branch: "dependabot-staging-spring33x" \ No newline at end of file + target-branch: "dependabot-staging-spring34x" \ No newline at end of file diff --git a/autoconfigure/pom.xml b/autoconfigure/pom.xml index c5a0cdf..8e45367 100644 --- a/autoconfigure/pom.xml +++ b/autoconfigure/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/libs/exceptions/pom.xml b/libs/exceptions/pom.xml index 7d46d97..43e9744 100644 --- a/libs/exceptions/pom.xml +++ b/libs/exceptions/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/libs/logging-test/pom.xml b/libs/logging-test/pom.xml index 079728e..33c4236 100644 --- a/libs/logging-test/pom.xml +++ b/libs/logging-test/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/libs/logging/pom.xml b/libs/logging/pom.xml index c169755..83d58f9 100644 --- a/libs/logging/pom.xml +++ b/libs/logging/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/libs/pom.xml b/libs/pom.xml index 761768d..d69c111 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/pom.xml b/pom.xml index 42866ec..d6dfcb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.boot spring-boot-starter-parent - 3.4.1 + 3.5.0-M1 @@ -43,8 +43,8 @@ - 5.3.0 - 1.12.0 + 5.4.0 + 1.13.0 8.0 @@ -62,7 +62,7 @@ 1.6.0 3.5.0 0.8.12 - 2.43.0 + 2.44.2 0.0.43 @@ -102,6 +102,14 @@ + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + +