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 2022/07/01 08:51:43 UTC

[httpcomponents-core] branch master updated: Bumping versions of slf4j and log4j.

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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 171210def Bumping versions of slf4j and log4j.
171210def is described below

commit 171210def5dfd00211191530396f8240555fc396
Author: Tero Saarni <te...@est.tech>
AuthorDate: Wed Jun 29 13:56:25 2022 +0300

    Bumping versions of slf4j and log4j.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 404d46e48..95de0609b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,8 @@
     <hamcrest.version>2.2</hamcrest.version>
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
     <mockito.version>4.4.0</mockito.version>
-    <slf4j.version>1.7.25</slf4j.version>
-    <log4j.version>2.17.1</log4j.version>
+    <slf4j.version>1.7.36</slf4j.version>
+    <log4j.version>2.17.2</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
     <rxjava3.version>3.1.3</rxjava3.version>
     <api.comparison.version>5.1</api.comparison.version>
@@ -375,4 +375,4 @@
     </plugins>
   </reporting>
 
-</project>
\ No newline at end of file
+</project>