From 935150a6141d4428e7af90eb2558c03f475c2c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 02:02:44 +0000 Subject: [PATCH 1/7] build(deps): bump spring.version from 6.2.12 to 7.0.3 Bumps `spring.version` from 6.2.12 to 7.0.3. Updates `org.springframework:spring-core` from 6.2.12 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.3) Updates `org.springframework:spring-context` from 6.2.12 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.3) Updates `org.springframework:spring-test` from 6.2.12 to 7.0.3 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v7.0.3) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-context dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework:spring-test dependency-version: 7.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7bb4d07578..fe095cf06f 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ 2.21.0 1.20.0 4.0.1 - 6.2.12 + 7.0.3 0.16.0 0.10.2 From c1c750a03e47baca2b5c2112c2944aa498ac7050 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:28:26 +0000 Subject: [PATCH 2/7] Initial plan From e21444b9dfeb294c9fb415253f9516f48b361c36 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:34:11 +0000 Subject: [PATCH 3/7] Update JUnit Jupiter to 6.0.2 for Spring 7.0.3 compatibility Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com> --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fe095cf06f..8e7e3c0bad 100644 --- a/pom.xml +++ b/pom.xml @@ -48,8 +48,7 @@ 2.0.17 2.9.3 4.33.4 - 5.13.4 - 5.13.4 + 6.0.2 ${junit-jupiter.version} 8.10.1 1.83 From 275b88783bd799b1d927d40e71e8c22605f693f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:37:34 +0000 Subject: [PATCH 4/7] Exclude JUnit Jupiter API from Mockito to prevent version conflict Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com> --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 8e7e3c0bad..f539db11e9 100644 --- a/pom.xml +++ b/pom.xml @@ -291,6 +291,12 @@ mockito-junit-jupiter 5.21.0 test + + + org.junit.jupiter + junit-jupiter-api + + uk.org.webcompere From 84225349282986733f204f58b4ca67fa051921da Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:28:09 +0000 Subject: [PATCH 5/7] Add comment noting Spring Framework 7.0.3 update Co-authored-by: brendandburns <5751682+brendandburns@users.noreply.github.com> --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index f539db11e9..c5819988d8 100644 --- a/pom.xml +++ b/pom.xml @@ -69,6 +69,8 @@ 0.16.0 0.10.2 + + -