mirror of
https://github.com/apache/jclouds.git
synced 2026-08-07 04:37:06 +00:00
Upgrade to EasyMock 5.1.0
This resolves a Java 17 compatibility issue. Release notes: https://github.com/easymock/easymock/releases/tag/easymock-5.0.0 https://github.com/easymock/easymock/releases/tag/easymock-5.0.1 https://github.com/easymock/easymock/releases/tag/easymock-5.1.0
This commit is contained in:
+1
-4
@@ -249,9 +249,6 @@
|
||||
<assertj-core.version>3.23.1</assertj-core.version>
|
||||
<assertj-guava.version>1.3.0</assertj-guava.version>
|
||||
|
||||
<!-- Mock dependency versions -->
|
||||
<easymock.version>4.3</easymock.version>
|
||||
|
||||
<!-- Static analysis dependency versions -->
|
||||
<jsr305.version>1.3.9</jsr305.version>
|
||||
|
||||
@@ -396,7 +393,7 @@
|
||||
<dependency>
|
||||
<groupId>org.easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>${easymock.version}</version>
|
||||
<version>5.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
|
||||
Reference in New Issue
Block a user