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/12/15 14:36:35 UTC

[httpcomponents-client] branch 5.1.x updated: Bump log4j to 2.16.0

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

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


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 2119b47  Bump log4j to 2.16.0
2119b47 is described below

commit 2119b470c6e1483cb195a3455f00ab7596cd5583
Author: mxd4 <ma...@ultimatesoftware.com>
AuthorDate: Wed Dec 15 11:04:15 2021 +0100

    Bump log4j to 2.16.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6aadcb9..e37a150 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <httpcore.version>5.1.2</httpcore.version>
-    <log4j.version>2.9.1</log4j.version>
+    <log4j.version>2.16.0</log4j.version>
     <commons-codec.version>1.15</commons-codec.version>
     <conscrypt.version>2.2.1</conscrypt.version>
     <ehcache.version>3.4.0</ehcache.version>
@@ -385,4 +385,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>