This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new 2c15c842 Get mockito version from parent pom (#351) 2c15c842 is described below commit 2c15c842498a96f331a1b2d6d307139727cb9632 Author: Arnout Engelen <enge...@apache.org> AuthorDate: Wed Jan 22 18:35:17 2025 +0100 Get mockito version from parent pom (#351) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cb2e6d0..9a8baa07 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>4.11.0</version> + <version>${commons.mockito.version}</version> <scope>test</scope> </dependency> </dependencies>