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/10/17 16:40:34 UTC

[httpcomponents-core] branch master updated: Bump log4j.version from 2.17.2 to 2.19.0

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 5718b4bc3 Bump log4j.version from 2.17.2 to 2.19.0
5718b4bc3 is described below

commit 5718b4bc305ff403dc16709870cba32ce88d7995
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 14 14:23:30 2022 +0000

    Bump log4j.version from 2.17.2 to 2.19.0
    
    Bumps `log4j.version` from 2.17.2 to 2.19.0.
    
    Updates `log4j-slf4j-impl` from 2.17.2 to 2.19.0
    
    Updates `log4j-core` from 2.17.2 to 2.19.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ba9e5fcb..0b66a4468 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
     <mockito.version>4.8.0</mockito.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j.version>2.17.2</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <rxjava.version>2.2.21</rxjava.version>
     <rxjava3.version>3.1.5</rxjava3.version>
     <api.comparison.version>5.1</api.comparison.version>