Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 4ef1d8b

Browse files
committed
Upgrade to EasyMock 5.4.0
This resolves a JDK 21 compatibility issue: java.lang.IllegalArgumentException: Could not create type ... Caused by: java.lang.IllegalArgumentException: org.jclouds.blobstore.strategy.internal.DeleteAllKeysInList$$$EasyMock$6 must be defined in the same package as org.easymock.internal.ClassProxyFactory
1 parent 9b48d04 commit 4ef1d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<dependency>
405405
<groupId>org.easymock</groupId>
406406
<artifactId>easymock</artifactId>
407-
<version>5.1.0</version>
407+
<version>5.4.0</version>
408408
</dependency>
409409
<dependency>
410410
<groupId>com.squareup.okhttp3</groupId>

0 commit comments

Comments
 (0)