From 2246ea06cdc7da1e940bffc34991f16fb97b5828 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 1 Jan 2024 10:53:38 +0100 Subject: [PATCH 1/4] Upgrades Mockito to ver 5.8.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3c5154ef..624b853f3 100644 --- a/pom.xml +++ b/pom.xml @@ -921,7 +921,7 @@ org.mockito mockito-core - 4.3.1 + 5.8.0 test From 91fd7d0f209978f9bfeb310aea2b70c3379410e4 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Tue, 2 Jan 2024 18:19:02 +1100 Subject: [PATCH 2/4] Dependency manage byte-buddy --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 624b853f3..d0af609c9 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,8 @@ 2.3.32 2.5.0 3.1 + 5.8.0 + 1.14.11 1.9 @@ -921,7 +923,19 @@ org.mockito mockito-core - 5.8.0 + ${mockito.version} + test + + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + test + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} test From 59992ba015459dc8acf3c5f159a23c426165b7be Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Tue, 2 Jan 2024 19:16:30 +1100 Subject: [PATCH 3/4] Alphabetise dependency version props --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d0af609c9..0e7ce73df 100644 --- a/pom.xml +++ b/pom.xml @@ -110,20 +110,20 @@ 9.6 + 1.14.11 + 2.3.32 + 8.0.1.Final 2.16.0 2.20.0 + 3.0.0-M7 + 5.8.0 3.3.4 + 2.5.0 2.0.9 6.0.13 3.0.8 1.0.7 - 3.0.0-M7 - 8.0.1.Final - 2.3.32 - 2.5.0 3.1 - 5.8.0 - 1.14.11 1.9 From 89a4580f8277c3f266713acab217eadd71d97455 Mon Sep 17 00:00:00 2001 From: Kusal Kithul-Godage Date: Tue, 2 Jan 2024 19:39:42 +1100 Subject: [PATCH 4/4] Upgrade Maven Surefire version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e7ce73df..3d75c51d4 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ 8.0.1.Final 2.16.0 2.20.0 - 3.0.0-M7 + 3.0.0 5.8.0 3.3.4 2.5.0