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/03/13 16:21:55 UTC

[httpcomponents-client] branch 5.0.x updated: HTTPCLIENT-2140: Upgraded Commons Codec to version 1.15

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

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


The following commit(s) were added to refs/heads/5.0.x by this push:
     new 9742db5  HTTPCLIENT-2140: Upgraded Commons Codec to version 1.15
9742db5 is described below

commit 9742db504fd2c67faf8bdb4e74e104777dd67138
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat Mar 13 17:16:17 2021 +0100

    HTTPCLIENT-2140: Upgraded Commons Codec to version 1.15
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f890088..2768cc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
     <maven.compiler.target>1.7</maven.compiler.target>
     <httpcore.version>5.0.3</httpcore.version>
     <log4j.version>2.9.1</log4j.version>
-    <commons-codec.version>1.13</commons-codec.version>
+    <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>
     <ehcache.version>3.4.0</ehcache.version>
     <memcached.version>2.12.3</memcached.version>