You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/11/27 08:24:52 UTC

[struts] 09/23: WW-5233 Upgrades Easymock to version 4.3 to support Java 17

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

lukaszlenart pushed a commit to branch WW-5233-tiles
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 48c522fa126de00afe858736a7a9f849c36f214e
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Oct 2 13:53:54 2022 +0200

    WW-5233 Upgrades Easymock to version 4.3 to support Java 17
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 14a01e163..c22bda292 100644
--- a/pom.xml
+++ b/pom.xml
@@ -773,7 +773,7 @@
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>4.2</version>
+                <version>4.3</version>
                 <scope>test</scope>
             </dependency>