This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 932bd9dadd3df19b334eae8548cdcce7d709bad4 Author: Amichai Rothman <[email protected]> AuthorDate: Wed May 29 15:51:17 2024 +0300 ARIES-2147 Upgrade EasyMock to 5.2.0 --- parent/pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 3454748a..8b66b856 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -88,11 +88,6 @@ <artifactId>easymock</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> @@ -167,13 +162,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymockclassextension</artifactId> - <version>3.2</version> + <version>5.2.0</version> <scope>test</scope> </dependency> <dependency>
