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 0fcf61256ae64dface2cc0f3e7f3f9697a6f23c5
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Tue Feb 13 18:07:39 2024 +0100

    [VELTOOLS-207] Upgrade to EasyMock 5.2.0
    
    This closes #17
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d79920b..3ebfbad2 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>

Reply via email to