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 <[email protected]> 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>
