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 1/6] 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 2/6] 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 3/6] 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 4/6] 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
+
+
-