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
The following commit(s) were added to refs/heads/WW-5233-tiles by this push: new ffe556262 WW-5233 Upgrades Easymock to version 4.3 to support Java 17 ffe556262 is described below commit ffe556262242e5db0339600729bddc7ec27d42b4 Author: Lukasz Lenart <lukaszlen...@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 7770bf8c3..d6fed7576 100644 --- a/pom.xml +++ b/pom.xml @@ -804,7 +804,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>4.2</version> + <version>4.3</version> <scope>test</scope> </dependency>