This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 377d231b16 ARTEMIS-4612 upgrade EasyMock to 5.2.0
377d231b16 is described below

commit 377d231b16e95981fac1066d0c8d3a78120714da
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 31 09:33:00 2024 -0600

    ARTEMIS-4612 upgrade EasyMock to 5.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9bf535b552..0b5b77f955 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,7 +339,7 @@
          <dependency>
             <groupId>org.easymock</groupId>
             <artifactId>easymock</artifactId>
-            <version>3.2</version>
+            <version>5.2.0</version>
             <scope>test</scope>
          </dependency>
 

Reply via email to