From 21c2220078cc231ad66bc396e04f27d1f39aadf4 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 7 Feb 2026 17:41:15 +0000
Subject: [PATCH 1/4] Initial plan
From 089620d25209a4c84ae4910569eabcaaa515d8c1 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 7 Feb 2026 17:43:58 +0000
Subject: [PATCH 2/4] chore(deps): upgrade dependency versions for lombok,
junit, and mockito
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index f8747ef..48e6213 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,20 +123,20 @@
org.projectlombok
lombok
- 1.18.30
+ 1.18.42
provided
org.junit.jupiter
junit-jupiter
- 5.10.2
+ 5.14.2
test
org.mockito
mockito-junit-jupiter
- 5.11.0
+ 5.21.0
test
From 2a8924ef2dbc25f98a3a15a100a6b7f04bb43f22 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 7 Feb 2026 17:46:54 +0000
Subject: [PATCH 3/4] chore(deps): upgrade maven plugin versions
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 48e6213..ec9685b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,12 +67,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.2.3
+ 3.5.4
org.jacoco
jacoco-maven-plugin
- 0.8.12
+ 0.8.13
@@ -91,7 +91,7 @@
org.apache.maven.plugins
maven-release-plugin
- 3.0.1
+ 3.3.1
chore:
chore(release): @{releaseLabel}
@@ -103,7 +103,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.5.0
+ 3.12.0
attach-javadocs
From 529fd10bc68f01205a8afd87d52d70e7e3297675 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 7 Feb 2026 21:10:26 +0000
Subject: [PATCH 4/4] chore(deps): upgrade surefire plugin version in
todo-infra-quarkus module
Co-authored-by: tmorin <1984597+tmorin@users.noreply.github.com>
---
examples/todo-infra-quarkus/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/todo-infra-quarkus/pom.xml b/examples/todo-infra-quarkus/pom.xml
index 454d60b..ab993c9 100644
--- a/examples/todo-infra-quarkus/pom.xml
+++ b/examples/todo-infra-quarkus/pom.xml
@@ -21,7 +21,7 @@
io.quarkus.platform
3.8.2
true
- 3.2.5
+ 3.5.4