From 058693793a56a6b8191beed912cd4bccb3c916f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:52:09 +0000 Subject: [PATCH 1/3] build(deps): Bump springboot.version from 4.0.6 to 4.1.0 Bumps `springboot.version` from 4.0.6 to 4.1.0. Updates `org.springframework.boot:spring-boot-maven-plugin` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-web` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-starter-test` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.0 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 28b3673d9..8bab55f28 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ 1.15.2 2.0.18 20260522 - 4.0.6 + 4.1.0 6.1.0 2.22.0 From c99bc9b08e3f546e2b94b1d8bdb29337cf8afe5f Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Mon, 15 Jun 2026 11:26:05 -0300 Subject: [PATCH 2/3] build(deps): import spring-boot-dependencies BOM to pin spring-boot artifacts to springboot.version Signed-off-by: Marvin Froeder --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 66519298c..7f02218d2 100644 --- a/pom.xml +++ b/pom.xml @@ -460,6 +460,14 @@ ${project.version} + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + org.junit junit-bom From e47fed56bd83bbd5f825005b3e91df2b48755594 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Mon, 15 Jun 2026 11:36:07 -0300 Subject: [PATCH 3/3] build(deps): scope spring-boot-dependencies BOM to form-spring to avoid disturbing other modules Signed-off-by: Marvin Froeder --- form-spring/pom.xml | 12 ++++++++++++ pom.xml | 8 -------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/form-spring/pom.xml b/form-spring/pom.xml index cb0861658..5561fb99f 100644 --- a/form-spring/pom.xml +++ b/form-spring/pom.xml @@ -35,6 +35,18 @@ true + + + + org.springframework.boot + spring-boot-dependencies + ${springboot.version} + pom + import + + + + org.apache.commons diff --git a/pom.xml b/pom.xml index e8fb49227..84dc5f3e8 100644 --- a/pom.xml +++ b/pom.xml @@ -460,14 +460,6 @@ ${project.version} - - org.springframework.boot - spring-boot-dependencies - ${springboot.version} - pom - import - - org.junit junit-bom