From 2df7b23af717f505c16fedbef6e4223ac163ac5a Mon Sep 17 00:00:00 2001 From: Laurent Goujon Date: Tue, 29 Oct 2024 17:48:01 -0700 Subject: [PATCH] MINOR: [Java] Update mockito version to 5.14.2 (#44566) ### What changes are included in this PR? Update Mockito version to latest/current version (5.14.2). Also remove mockito-inline dependency as the code is now part of mockito-core. Fixes Java 23 compatibility ### Are these changes tested? CI/CD (no new tests) ### Are there any user-facing changes? No Authored-by: Laurent Goujon Signed-off-by: David Li --- java/flight/flight-sql-jdbc-core/pom.xml | 7 ------- java/pom.xml | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/java/flight/flight-sql-jdbc-core/pom.xml b/java/flight/flight-sql-jdbc-core/pom.xml index 5c893dad62fce..3e99e4b77ae3b 100644 --- a/java/flight/flight-sql-jdbc-core/pom.xml +++ b/java/flight/flight-sql-jdbc-core/pom.xml @@ -101,13 +101,6 @@ under the License. test - - org.mockito - mockito-inline - ${mockito.inline.version} - test - - io.netty netty-common diff --git a/java/pom.xml b/java/pom.xml index ff3a3f04ca124..84fb967f4f1f0 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -108,8 +108,7 @@ under the License. 10.18.2 true 2.31.0 - 5.11.0 - 5.2.0 + 5.14.2 3.48.1 1.5.11 none