This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch upgrade-easymock in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
commit ad50b88eda0f1478b59322275695e97df8c940c4 Author: Michael Osipov <[email protected]> AuthorDate: Tue Feb 13 18:07:39 2024 +0100 Upgrade to EasyMock 5.2.0 This fixes test failures on newer Java versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a103f4b4..8ea22b5e 100644 --- a/pom.xml +++ b/pom.xml @@ -180,7 +180,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.2</version> + <version>5.2.0</version> </dependency> </dependencies> </dependencyManagement>
