You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/05/24 16:58:18 UTC

[httpcomponents-client] 02/02: Upgraded EasyMock to version 4.3

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 6432467875a038335036a1b2f881b69174d18189
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon May 24 18:54:18 2021 +0200

    Upgraded EasyMock to version 4.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f7a8d2..3b29734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.25</slf4j.version>
     <junit.version>4.13</junit.version>
-    <easymock.version>3.6</easymock.version>
+    <easymock.version>4.3</easymock.version>
     <mockito.version>3.10.0</mockito.version>
     <jna.version>5.2.0</jna.version>
     <hc.stylecheck.version>1</hc.stylecheck.version>