From 9431117a9fbe24960425e8e931a142cf2fa3e9b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:45:35 +0000 Subject: [PATCH 1/2] Initial plan From b8c2e8939418aaf4d28a045f11c798ef783af4c9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 21:50:14 +0000 Subject: [PATCH 2/2] build(deps): use junit-bom for JUnit dependency version management Co-authored-by: alespour <42931850+alespour@users.noreply.github.com> --- pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f4ac666c..22dbfccc 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,6 @@ UTF-8 6.0.3 - 1.14.3 18.3.0 1.78.0 @@ -104,6 +103,14 @@ + + org.junit + junit-bom + ${junit-jupiter.version} + pom + import + + org.apache.arrow arrow-bom @@ -300,27 +307,23 @@ org.junit.platform junit-platform-engine - ${junit-platform.version} org.junit.platform junit-platform-launcher - ${junit-platform.version} org.junit.jupiter junit-jupiter-engine - ${junit-jupiter.version} test org.junit.jupiter junit-jupiter-params - ${junit-jupiter.version} test