From 8a3c5ae992ef164d26024cf977464cbaf2f913d6 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 4 Jun 2023 17:12:57 -0700 Subject: [PATCH] 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 --- project/pom.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index 3d03ae072a..a5c6a353aa 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -249,9 +249,6 @@ 3.23.1 1.3.0 - - 4.3 - 1.3.9 @@ -396,7 +393,7 @@ org.easymock easymock - ${easymock.version} + 5.1.0 com.squareup.okhttp3