You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2022/09/26 18:08:16 UTC

[httpcomponents-client] 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.

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


The following commit(s) were added to refs/heads/master by this push:
     new e5cb80795 Bump log4j.version from 2.17.2 to 2.19.0
e5cb80795 is described below

commit e5cb807959dbb25a61e738df0a0b24d7e5cbc3fa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 14:46:18 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 30e0bb435..0c7eba076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <httpcore.version>5.2-beta2</httpcore.version>
-    <log4j.version>2.17.2</log4j.version>
+    <log4j.version>2.19.0</log4j.version>
     <brotli.version>0.1.2</brotli.version>
     <conscrypt.version>2.5.2</conscrypt.version>
     <ehcache.version>3.9.6</ehcache.version>