You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/08/06 04:56:31 UTC

[archiva-components] branch master updated: Bump log4j.version from 2.17.2 to 2.18.0

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-components.git


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

commit 6fde2700693ed57cb9c800ddb564e4d71c6ee451
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 6 04:24:50 2022 +0000

    Bump log4j.version from 2.17.2 to 2.18.0
    
    Bumps `log4j.version` from 2.17.2 to 2.18.0.
    
    Updates `log4j-jcl` from 2.17.2 to 2.18.0
    
    Updates `log4j-slf4j-impl` from 2.17.2 to 2.18.0
    
    Updates `log4j-core` from 2.17.2 to 2.18.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-jcl
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - 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 f52e493..776d7de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
 
 
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j.version>2.17.2</log4j.version>
+    <log4j.version>2.18.0</log4j.version>
     <spring.version>5.3.22</spring.version>
     <ehcache.version>3.9.9</ehcache.version>
     <io.swagger.version>2.1.10</io.swagger.version>