From 7bac45a3dbf965d4ceb65d5e2ec022ee65f89356 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 20:36:36 +0000 Subject: [PATCH 1/3] Initial plan From 24f3787d8b5be58f99a910c55e058a47f0ffb3ad Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 20:43:18 +0000 Subject: [PATCH 2/3] Add OkHttp BOM to manage okhttp and mockwebserver versions Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index b8c3797d..24f4fe04 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 10.6.0 1.0.0 0.12.6 + 5.3.0 Berry Cloud Ltd @@ -259,6 +260,13 @@ + + com.squareup.okhttp3 + okhttp-bom + ${okhttp.version} + pom + import + dev.learning.xapi xapi-model From f80be329c1ff455e25cdecdca97c6c02ba736058 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 22:58:46 +0000 Subject: [PATCH 3/3] Remove OkHttp BOM from xapi-client/pom.xml - managed in root POM Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --- xapi-client/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/xapi-client/pom.xml b/xapi-client/pom.xml index 079e3c2a..03771c5b 100644 --- a/xapi-client/pom.xml +++ b/xapi-client/pom.xml @@ -12,18 +12,6 @@ xAPI Client learning.dev xAPI Client - - - - com.squareup.okhttp3 - okhttp-bom - 4.12.0 - pom - import - - - - org.springframework.boot