From fdb5464fbf4f1ed97b4f3380f7a7d0a5fe794c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:23:41 -0400 Subject: [PATCH 01/63] Bump org.apache.poi:poi-ooxml from 5.4.0 to 5.4.1 (#64) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3484860..9efae5b 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - 5.4.0 + 5.4.1 1.13.0 8.0 From 82c41ac6c7777cdcf06ad8e7cc26fba3c83997af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:24:11 -0400 Subject: [PATCH 02/63] Bump net.logstash.logback:logstash-logback-encoder from 8.0 to 8.1 (#63) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9efae5b..0d3deae 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 5.4.1 1.13.0 - 8.0 + 8.1 3.4.1 From caaf4081c216d76e6aafb4a41c070c398deb5ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:25:28 -0400 Subject: [PATCH 03/63] Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 (#62) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0d3deae..4ea0f2d 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ 3.5.0 1.7.0 3.5.0 - 0.8.12 + 0.8.13 2.44.3 0.0.43 From 08e5645de87dc6a7e838cae66fdf74e35ce3a022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:18:03 -0400 Subject: [PATCH 04/63] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.3 to 2.44.4 (#65) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.3 to 2.44.4. - [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/maven/2.44.3...maven/2.44.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.4 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4ea0f2d..72577fd 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 1.7.0 3.5.0 0.8.13 - 2.44.3 + 2.44.4 0.0.43 From 4684359a3323a6ed5827e209cdcb3c54bc476736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:18:59 -0400 Subject: [PATCH 05/63] Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 (#66) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 72577fd..732309a 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 5.4.1 - 1.13.0 + 1.13.1 8.1 From fbdb53908d5f76bed250a32f11e95aa74dda6b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 06:30:52 -0400 Subject: [PATCH 06/63] Bump io.spring.javaformat:spring-javaformat-maven-plugin (#71) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 732309a..fd4ee13 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.5.0 0.8.13 2.44.4 - 0.0.43 + 0.0.44 From a2753457508da73a897b677610fa26d3f1ef5098 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Tue, 20 May 2025 08:36:26 -0400 Subject: [PATCH 07/63] add exclusions to poi --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index ca045cd..39182b5 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,16 @@ org.apache.poi poi-ooxml ${apache-poi.version} + + + commons-codec + commons-codec + + + commons-io + commons-io + + org.projectlombok From a392d777eb847700053118d1721ec414da15e631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 14:45:12 -0400 Subject: [PATCH 08/63] Bump io.spring.javaformat:spring-javaformat-maven-plugin (#78) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39182b5..e6fed0e 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 3.5.0 0.8.13 2.44.4 - 0.0.44 + 0.0.45 From 5f007bb9fb01530660b2f652e9f9d7a109f67246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 14:45:32 -0400 Subject: [PATCH 09/63] Bump org.springframework.boot:spring-boot-starter-parent (#77) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e6fed0e..d91ec1f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0-M3 + 3.5.0 From 500409c9aacc6a7a62ea60f03bf08c90d2f05523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:43:36 -0400 Subject: [PATCH 10/63] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5 (#85) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d91ec1f..c974ea6 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 1.7.0 3.5.0 0.8.13 - 2.44.4 + 2.44.5 0.0.45 From 780ac7a372d166694db3fa0bbb4557baa352c925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 06:43:57 -0400 Subject: [PATCH 11/63] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 (#84) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c974ea6..a3f7fa9 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 2.18.0 - 3.5.0 + 3.5.1 1.7.0 3.5.0 0.8.13 From 7ef744e2db5d154155b100fb45b77590cfba2ca6 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Mon, 2 Jun 2025 07:02:04 -0400 Subject: [PATCH 12/63] remove plugin versioning managed by spring --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index a3f7fa9..e743040 100644 --- a/pom.xml +++ b/pom.xml @@ -48,14 +48,6 @@ 8.1 - 3.4.1 - 3.1.4 - 3.5.0 - 3.1.3 - 3.5.2 - 3.5.2 - 3.3.1 - 2.18.0 3.5.1 @@ -231,11 +223,6 @@ - - org.apache.maven.plugins - maven-clean-plugin - ${maven-clean-plugin.version} - org.apache.maven.plugins maven-compiler-plugin @@ -372,10 +359,6 @@ io.spring.javaformat spring-javaformat-maven-plugin - - org.apache.maven.plugins - maven-compiler-plugin - org.apache.maven.plugins maven-enforcer-plugin From be27b726ca6bad86acec55f36b680518611b5544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 06:30:34 -0400 Subject: [PATCH 13/63] Bump io.spring.javaformat:spring-javaformat-maven-plugin (#89) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e743040..3e82620 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.5.0 0.8.13 2.44.5 - 0.0.45 + 0.0.46 From 44bdcf0c2017a79b400b6e200742f77741e3b1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:28:37 -0400 Subject: [PATCH 14/63] Bump io.spring.javaformat:spring-javaformat-maven-plugin (#95) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3e82620..cbeea97 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 3.5.0 0.8.13 2.44.5 - 0.0.46 + 0.0.47 From a420b9f01782bc3c0d7792080e7f3ab82b4cca96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:28:56 -0400 Subject: [PATCH 15/63] Bump org.springframework.boot:spring-boot-starter-parent (#94) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cbeea97..6c417ce 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0 + 3.5.3 From 60ab4cfb2fc01694809d5819d12e723cf8ed8896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:30:01 -0400 Subject: [PATCH 16/63] Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to 1.7.1 (#93) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6c417ce..e520321 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.5.1 - 1.7.0 + 1.7.1 3.5.0 0.8.13 2.44.5 From 6dc09234c1d27d11c0b3d2046005fff20f774f28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:01:09 -0400 Subject: [PATCH 17/63] Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.5 to 2.45.0 (#98) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.44.5 to 2.45.0. - [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/maven/2.44.5...lib/2.45.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e520321..e3433a4 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.1 3.5.0 0.8.13 - 2.44.5 + 2.45.0 0.0.47 From aaa2c85b5e94d41b61b73436c826de026c7a9499 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:59:23 -0400 Subject: [PATCH 18/63] Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 (#100) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e3433a4..2205ed7 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.1 3.5.0 0.8.13 - 2.45.0 + 2.46.1 0.0.47 From c40965d5133eae68e35488c7b38a130ea54df5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:23:53 -0400 Subject: [PATCH 19/63] Bump org.springframework.boot:spring-boot-starter-parent (#101) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2205ed7..2260cdb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.3 + 3.5.4 From dace5bc1975c99a26a9cced1b69a195297da06ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:03:06 -0400 Subject: [PATCH 20/63] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0 (#106) Bumps [org.apache.commons:commons-text](https://github.com/apache/commons-text) from 1.13.1 to 1.14.0. - [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-text/compare/rel/commons-text-1.13.1...rel/commons-text-1.14.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-text dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2260cdb..98997e2 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 5.4.1 - 1.13.1 + 1.14.0 8.1 From d7fab017f0bb8d1ec223e8d1e970b9756b0e7371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:03:21 -0400 Subject: [PATCH 21/63] Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.1 to 1.7.2 (#105) Bumps [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases) - [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: org.codehaus.mojo:flatten-maven-plugin dependency-version: 1.7.2 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 98997e2..c6d431f 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.5.1 - 1.7.1 + 1.7.2 3.5.0 0.8.13 2.46.1 From 2e54d07a93be3cc01244e9e7c5ffbe2954377346 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Sat, 9 Aug 2025 20:35:02 -0400 Subject: [PATCH 22/63] bump spring boot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c6d431f..10b5383 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.4 + 4.0.0-M1 From 052042e3f57f596ab48aa916f854ded10f38129e Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 15 Aug 2025 09:28:37 -0400 Subject: [PATCH 23/63] configure mockito agent --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/pom.xml b/pom.xml index 3b2dbfd..b2234a9 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,22 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + + + properties + + + + org.apache.maven.plugins maven-deploy-plugin @@ -275,6 +291,25 @@ + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + + + @{argLine} -javaagent:${org.mockito:mockito-core:jar} -Xshare:off + + org.apache.maven.plugins maven-source-plugin @@ -288,6 +323,25 @@ + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + @{argLine} -javaagent:${org.mockito:mockito-core:jar} -Xshare:off + + org.codehaus.mojo exec-maven-plugin @@ -359,6 +413,10 @@ io.spring.javaformat spring-javaformat-maven-plugin + + org.apache.maven.plugins + maven-dependency-plugin + org.apache.maven.plugins maven-enforcer-plugin From d81e781d56fa41baaa0096669557640858b65064 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 15 Aug 2025 09:30:32 -0400 Subject: [PATCH 24/63] update minimum maven version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b2234a9..ce25efe 100644 --- a/pom.xml +++ b/pom.xml @@ -281,7 +281,7 @@ - [3.8,) + [3.9,) From ba12e2b3c9676d03a17c3c74d5df468ad4591a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:18:57 -0400 Subject: [PATCH 25/63] Bump actions/checkout from 4 to 5 (#113) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3d595d5..7191e20 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false - name: Set up JDK 21 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 25c4584..a0cb473 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false - name: Set up JDK 21 From 6e167b6ced424abf265c4493154d2de543bb0dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:32:35 -0400 Subject: [PATCH 26/63] Bump org.springframework.boot:spring-boot-starter-parent (#117) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.0-M1 to 4.0.0-M2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0-M1...v4.0.0-M2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.0-M2 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce25efe..269d040 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0-M1 + 4.0.0-M2 From af454150dec9c46867c7e3f2d7208c7039b1b8f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 08:35:17 -0400 Subject: [PATCH 27/63] Bump actions/setup-java from 4 to 5 (#115) Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 7191e20..86e8910 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -23,7 +23,7 @@ jobs: with: show-progress: false - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a0cb473..525afbb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,7 +23,7 @@ jobs: with: show-progress: false - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '21' distribution: 'temurin' From 4dd8eac1d4fa440c71eeb9c4fd00c1110fb8226b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 07:25:37 -0400 Subject: [PATCH 28/63] Bump com.rudikershaw.gitbuildhook:git-build-hook-maven-plugin (#121) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 269d040..24fc3e0 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.5.1 1.7.2 - 3.5.0 + 3.6.0 0.8.13 2.46.1 0.0.47 From 0a4c36b1c42fc20b0683b04ffb0a6f0208d9128e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:35:48 -0400 Subject: [PATCH 29/63] Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.2 to 1.7.3 (#124) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24fc3e0..56b9b48 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 3.5.1 - 1.7.2 + 1.7.3 3.6.0 0.8.13 2.46.1 From d3b5befaef548a8480af75f9b46fa77b269c74ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:36:09 -0400 Subject: [PATCH 30/63] Bump org.springframework.boot:spring-boot-starter-parent (#123) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 56b9b48..8d2bb22 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0-M2 + 4.0.0-M3 From dfb3b40835669bc5b375b56bc245a6dfc47561b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:10:17 -0400 Subject: [PATCH 31/63] Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 (#132) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.46.1 to 3.0.0. - [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/maven/2.46.1...lib/3.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e521cd..d1b2bdb 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.3 3.6.0 0.8.13 - 2.46.1 + 3.0.0 0.0.47 From 6c6d9cfd31dbe8ec9490ff7af79af996555c0993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:30:13 -0400 Subject: [PATCH 32/63] Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.1 (#133) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1b2bdb..69650dd 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ - 3.5.1 + 3.6.1 1.7.3 3.6.0 0.8.13 From 0628ccabf54cec462977199d1db49d439ec3bc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:24:12 -0400 Subject: [PATCH 33/63] Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#135) Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 69650dd..f06c2bf 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ 3.6.1 1.7.3 3.6.0 - 0.8.13 + 0.8.14 3.0.0 0.0.47 From 5c9a0c151237e79285f89065e802e5e04eb1c79b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 08:23:04 -0400 Subject: [PATCH 34/63] Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2 (#139) Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.2 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f06c2bf..63169c7 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ - 3.6.1 + 3.6.2 1.7.3 3.6.0 0.8.14 From 0e179ed3c3833099dca16c507caa3e0ba31ca7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:40:47 -0400 Subject: [PATCH 35/63] Bump org.springframework.boot:spring-boot-starter-parent (#141) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63169c7..620771b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0-M3 + 4.0.0-RC1 From ebd2e63a7f70716dd8d5c6e79adf0ede9a4d1783 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Tue, 28 Oct 2025 08:20:18 -0400 Subject: [PATCH 36/63] ignore major version updates of logstash --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2801bc4..6b21c39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,6 +39,8 @@ updates: ignore: - dependency-name: "org.springframework.boot:spring-boot-starter-parent" update-types: [ "version-update:semver-minor", "version-update:semver-major" ] + - dependency-name: "net.logstash.logback:logstash-logback-encoder" + update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: From acdf1090950befbadfb3e092c968d3e068e8d131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 12:55:34 -0500 Subject: [PATCH 37/63] Bump org.springframework.boot:spring-boot-starter-parent (#148) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.0-RC1 to 4.0.0-RC2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0-RC1...v4.0.0-RC2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.0-RC2 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 620771b..7121d9b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0-RC1 + 4.0.0-RC2 From 79d0545aee5e3a918db7c2a4136d274cdc24bb16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:57:03 -0500 Subject: [PATCH 38/63] Bump net.logstash.logback:logstash-logback-encoder from 8.1 to 9.0 (#142) Bumps [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) from 8.1 to 9.0. - [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases) - [Commits](https://github.com/logfellow/logstash-logback-encoder/compare/logstash-logback-encoder-8.1...logstash-logback-encoder-9.0) --- updated-dependencies: - dependency-name: net.logstash.logback:logstash-logback-encoder dependency-version: '9.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phil Calouche --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7121d9b..9e22293 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 5.4.1 1.14.0 - 8.1 + 9.0 From e2dedbac60e481189ccd529a0c5e2b7974b328f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:33:57 +0000 Subject: [PATCH 39/63] Bump org.apache.poi:poi-ooxml from 5.4.1 to 5.5.0 (#152) Bumps org.apache.poi:poi-ooxml from 5.4.1 to 5.5.0. --- updated-dependencies: - dependency-name: org.apache.poi:poi-ooxml dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9e22293..de4aaba 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - 5.4.1 + 5.5.0 1.14.0 9.0 From 5c353824e5d47ee0b1311385528c917e28bf6395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:34:06 +0000 Subject: [PATCH 40/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 (#153) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.0.0 to 3.1.0. - [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/3.0.0...lib/3.1.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de4aaba..d5220bb 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.3 3.6.0 0.8.14 - 3.0.0 + 3.1.0 0.0.47 From 81d55515eeff7b38b511353c96e6ac77dbd5e040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:34:26 +0000 Subject: [PATCH 41/63] Bump org.springframework.boot:spring-boot-starter-parent (#155) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.0-RC2 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0-RC2...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.0 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5220bb..edfc8ff 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0-RC2 + 4.0.0 From d701447fa53d606fae668c9a4aac6c074c8aa0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:34:53 -0500 Subject: [PATCH 42/63] Bump actions/checkout from 5 to 6 (#150) Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 8ac3ec8..79cdbe7 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false - name: Set up JDK 25 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 34e1eba..64d22e9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: show-progress: false - name: Set up JDK 25 From da77d0b5d29c8ab92539c3fd788d3e2b9211f47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:21:02 -0500 Subject: [PATCH 43/63] Bump org.apache.poi:poi-ooxml from 5.5.0 to 5.5.1 (#160) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edfc8ff..903d14c 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - 5.5.0 + 5.5.1 1.14.0 9.0 From fad937db57e2d8f6d342d2c52a53bcebde679060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 07:01:38 -0500 Subject: [PATCH 44/63] Bump org.apache.commons:commons-text from 1.14.0 to 1.15.0 (#164) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4fedcdb..d2269f8 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ 5.5.1 - 1.14.0 + 1.15.0 9.0 From 47eff9ebcf5b345c1425c1af00b26571192c12e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:51:41 -0500 Subject: [PATCH 45/63] Bump org.codehaus.mojo:exec-maven-plugin from 3.6.2 to 3.6.3 (#167) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d2269f8..d31d555 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ - 3.6.2 + 3.6.3 1.7.3 3.6.0 0.8.14 From f328f9cacdbf3293a4bd0b8ce18b26231787b323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:52:09 -0500 Subject: [PATCH 46/63] Bump org.springframework.boot:spring-boot-starter-parent (#166) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d31d555..7317c88 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.0 + 4.0.1 From dde36607e1368bd79d46c7d8c1597d9ec9c72387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:29:44 -0500 Subject: [PATCH 47/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.1.0 to 3.2.0 (#173) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.1.0 to 3.2.0. - [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/3.1.0...lib/3.2.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7317c88..6be8041 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.3 3.6.0 0.8.14 - 3.1.0 + 3.2.0 0.0.47 From cfaf321fe966bc4a991ea86db21ef6592f35c7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:29:53 -0500 Subject: [PATCH 48/63] Bump org.springframework.boot:spring-boot-starter-parent (#172) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.2 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6be8041..8b73a1c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.1 + 4.0.2 From c1f9de901247760b7f98d62cfd7b607e9743f827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 09:06:50 -0500 Subject: [PATCH 49/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1 (#178) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.2.0 to 3.2.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/3.2.0...maven/3.2.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.2.1 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b73a1c..1f78107 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 1.7.3 3.6.0 0.8.14 - 3.2.0 + 3.2.1 0.0.47 From b3c4ec6c8c71993259194547d293c376734ae199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:35:34 -0400 Subject: [PATCH 50/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.2.1 to 3.3.0 (#182) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bc02e2..3387f61 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 1.7.3 3.6.0 0.8.14 - 3.2.1 + 3.3.0 0.0.47 From fc8384e6ccebca584309dd136a024f7d10b21800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:26:40 -0400 Subject: [PATCH 51/63] Bump org.springframework.boot:spring-boot-starter-parent (#185) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.4 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3387f61..0e8bd07 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.3 + 4.0.4 From e47e314571e3d3b5e895d130d54d03e32727e8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:26:52 -0400 Subject: [PATCH 52/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.3.0 to 3.4.0 (#184) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.3.0 to 3.4.0. - [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/3.3.0...maven/3.4.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e8bd07..ca3eb3f 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 1.7.3 3.6.0 0.8.14 - 3.3.0 + 3.4.0 0.0.47 From e2ade306cd458c1d0f904f68641db668f58665ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:56:42 -0400 Subject: [PATCH 53/63] Bump org.springframework.boot:spring-boot-starter-parent (#192) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.5 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca3eb3f..a51a2f8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.4 + 4.0.5 From 062fc988e04f0390518c1313e6c59ffe2a23aec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:07:15 -0400 Subject: [PATCH 54/63] Bump org.springframework.boot:spring-boot-starter-parent (#196) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.5 to 4.0.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.6 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b17ba7..f7bbd4a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.5 + 4.0.6 From 78efe2dc350890bd03a3fd1aa4ea709f23851ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:47:48 -0400 Subject: [PATCH 55/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.4.0 to 3.5.1 (#200) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.4.0 to 3.5.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/maven/3.4.0...maven/3.5.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f7bbd4a..ee75be3 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 1.7.3 3.6.0 0.8.14 - 3.4.0 + 3.5.1 0.0.47 From 28ae492c26378230e81263599a5956d33a2a07c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:45:40 -0400 Subject: [PATCH 56/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.5.1 to 3.6.0 (#202) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ee75be3..9aacd89 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 1.7.3 3.6.0 0.8.14 - 3.5.1 + 3.6.0 0.0.47 From 43ec2cc40bc921ceddf5c28de7103da919547f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:34:32 -0400 Subject: [PATCH 57/63] Bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15 (#205) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9aacd89..39f2df7 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.6.3 1.7.3 3.6.0 - 0.8.14 + 0.8.15 3.6.0 0.0.47 From 4e484a0b3a4c454034d84aa8eb9613b091d3dbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 09:12:35 -0400 Subject: [PATCH 58/63] Bump org.springframework.boot:spring-boot-starter-parent (#206) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.7 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 39f2df7..401b2fe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 4.0.6 + 4.0.7 From 48ee6796cd1e60a8dbec4e605f5d3b62d529b301 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Sat, 13 Jun 2026 09:15:25 -0400 Subject: [PATCH 59/63] update to spring boot 4.1.x --- README.md | 12 ++++++------ autoconfigure/pom.xml | 6 +++--- libs/exceptions/pom.xml | 2 +- libs/logging-test/pom.xml | 2 +- libs/logging/pom.xml | 2 +- libs/pom.xml | 4 ++-- pom.xml | 8 ++++---- .../pcalouche-spring-boot-starter-app/pom.xml | 8 ++++---- .../pcalouche-spring-boot-starter-logging/pom.xml | 6 +++--- .../pcalouche-spring-boot-starter-test/pom.xml | 4 ++-- spring-boot-starters/pom.xml | 2 +- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 45fdd2a..1d7ced7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Spring Forge consists of the following modules | Module | Description | Spring Forge Dependabot Staging Branch | Spring Forge Maven Group Name | |-----------------------------------------------------|-----------------------------------------------------------------------------------------------------|----------------------------------------|-------------------------------------| -| [Spring Forge Starter POM](pom.xml) | The root POM that is intended to be used as the parent POM in applications or libraries. | main-dependabot-staging | dev.pcalouche.springforge.spring40x | +| [Spring Forge Starter POM](pom.xml) | The root POM that is intended to be used as the parent POM in applications or libraries. | main-dependabot-staging | dev.pcalouche.springforge.spring41x | | [autoconfigure](autoconfigure) | This module contains custom Spring Boot autoconfiguration and its supporting classes. | spring35x-dependabot-staging | dev.pcalouche.springforge.spring35x | | [libs](libs) | Contains libraries to support the autoconfiguration. | | | | [spring-boot-starters-module](spring-boot-starters) | Custom Spring Boot Starters that applications or libraries can use to active Spring Forge features. | | | @@ -71,9 +71,9 @@ Add the following to your application's POM to use Spring Forge. - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-forge-starter-parent 1.0.0-SNAPSHOT @@ -97,11 +97,11 @@ Add the following to your application's POM to use Spring Forge. - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-app - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-test test @@ -201,7 +201,7 @@ Spring Forge uses the following branching strategy in order to support multiple | Spring Boot Version | Spring Forge Release Branch | Spring Forge Dependabot Staging Branch | Spring Forge Maven Group Name | |---------------------|-----------------------------|----------------------------------------|---------------------------------------| -| `4.0.x` | `main` | `dependabot-staging-main` | `dev.pcalouche.springforge.spring40x` | +| `4.1.x` | `main` | `dependabot-staging-main` | `dev.pcalouche.springforge.spring41x` | | `3.5.x` | `spring35x-release` | `dependabot-staging-spring35x` | `dev.pcalouche.springforge.spring35x` | The `main` branch will contain code for the most recent Spring Boot version supported by Spring Forge. How many other release branches depends on what versions of Spring Boot you want Spring Forge to work with. When a release branch is no longer needed it, it can be marked as readonly and have its dependabot configuration removed. diff --git a/autoconfigure/pom.xml b/autoconfigure/pom.xml index 0d43d6b..98688a3 100644 --- a/autoconfigure/pom.xml +++ b/autoconfigure/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-forge-starter-parent ${revision} @@ -13,7 +13,7 @@ - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs exceptions ${project.version} true @@ -49,7 +49,7 @@ provided - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs logging-test ${project.version} test diff --git a/libs/exceptions/pom.xml b/libs/exceptions/pom.xml index 50b418c..d78e73d 100644 --- a/libs/exceptions/pom.xml +++ b/libs/exceptions/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs libs-pom ${revision} diff --git a/libs/logging-test/pom.xml b/libs/logging-test/pom.xml index ca785a0..84b0a87 100644 --- a/libs/logging-test/pom.xml +++ b/libs/logging-test/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs libs-pom ${revision} diff --git a/libs/logging/pom.xml b/libs/logging/pom.xml index 20bef46..9d1c697 100644 --- a/libs/logging/pom.xml +++ b/libs/logging/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs libs-pom ${revision} diff --git a/libs/pom.xml b/libs/pom.xml index bee60bd..d33ab17 100644 --- a/libs/pom.xml +++ b/libs/pom.xml @@ -4,12 +4,12 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-forge-starter-parent ${revision} - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs libs-pom pom diff --git a/pom.xml b/pom.xml index 401b2fe..46e2cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -6,11 +6,11 @@ org.springframework.boot spring-boot-starter-parent - 4.0.7 + 4.1.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-forge-starter-parent ${revision} pom @@ -62,12 +62,12 @@ - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-app ${spring-forge.version} - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-test ${spring-forge.version} diff --git a/spring-boot-starters/pcalouche-spring-boot-starter-app/pom.xml b/spring-boot-starters/pcalouche-spring-boot-starter-app/pom.xml index a7cb987..17fedc2 100644 --- a/spring-boot-starters/pcalouche-spring-boot-starter-app/pom.xml +++ b/spring-boot-starters/pcalouche-spring-boot-starter-app/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-boot-starters-pom ${revision} @@ -13,17 +13,17 @@ - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x autoconfigure ${project.version} - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-logging ${project.version} - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs exceptions ${project.version} diff --git a/spring-boot-starters/pcalouche-spring-boot-starter-logging/pom.xml b/spring-boot-starters/pcalouche-spring-boot-starter-logging/pom.xml index ad36aca..3b3e6ac 100644 --- a/spring-boot-starters/pcalouche-spring-boot-starter-logging/pom.xml +++ b/spring-boot-starters/pcalouche-spring-boot-starter-logging/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-boot-starters-pom ${revision} @@ -13,12 +13,12 @@ - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x autoconfigure ${project.version} - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs logging ${project.version} diff --git a/spring-boot-starters/pcalouche-spring-boot-starter-test/pom.xml b/spring-boot-starters/pcalouche-spring-boot-starter-test/pom.xml index 04fdd8b..e80c337 100644 --- a/spring-boot-starters/pcalouche-spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/pcalouche-spring-boot-starter-test/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-boot-starters-pom ${revision} @@ -13,7 +13,7 @@ - dev.pcalouche.springforge.spring40x.libs + dev.pcalouche.springforge.spring41x.libs logging-test ${project.version} diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index fb7894d..a30b822 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - dev.pcalouche.springforge.spring40x + dev.pcalouche.springforge.spring41x spring-forge-starter-parent ${revision} From 94b411ac7de564239dd035e95152b08490a25e67 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 19 Jun 2026 09:54:08 -0400 Subject: [PATCH 60/63] manage commons-io --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 46e2cfe..d091624 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 5.5.1 + 2.21.0 1.15.0 9.0 @@ -61,6 +62,11 @@ + + commons-io + commons-io + ${commons-io.version} + dev.pcalouche.springforge.spring41x pcalouche-spring-boot-starter-app From 5565479f889fb507a186c250558661b5012e9af1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:07:03 -0400 Subject: [PATCH 61/63] Bump actions/checkout from 6 to 7 (#213) Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 79cdbe7..6c555ba 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: show-progress: false - name: Set up JDK 25 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 64d22e9..634fc6f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: show-progress: false - name: Set up JDK 25 From 21f9abc2181b940737c85ec08c578bf9e21e65e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:07:54 +0000 Subject: [PATCH 62/63] Bump com.diffplug.spotless:spotless-maven-plugin from 3.6.0 to 3.7.0 (#212) Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 3.6.0 to 3.7.0. - [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/maven/3.6.0...maven/3.7.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d091624..d5ec445 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 1.7.3 3.6.0 0.8.15 - 3.6.0 + 3.7.0 0.0.47 From ab05bcc94d893af47caf676e58776f8e063c6f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:08:16 +0000 Subject: [PATCH 63/63] Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#215) Bumps commons-io:commons-io from 2.21.0 to 2.22.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5ec445..869f96a 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 5.5.1 - 2.21.0 + 2.22.0 1.15.0 9.0