From 03776bd6c634519b5d994bbc0b7c0139b54da6ec Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 19 Jan 2025 15:44:50 +0100 Subject: [PATCH] Use mockito version from commons-parent replaces https://github.com/apache/commons-csv/pull/514 this seems small enough not to need an entry in `changes.xml`, right? --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 794e9da53..ffae92a81 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ org.mockito mockito-core - 4.11.0 + ${commons.mockito.version} test