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/06/06 23:19:43 UTC

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

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 1f10394  Bump log4j.version from 2.17.1 to 2.17.2
1f10394 is described below

commit 1f103941e9cd8c67deabd01cf37cd604c2e6df49
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 6 17:35:07 2022 +0000

    Bump log4j.version from 2.17.1 to 2.17.2
    
    Bumps `log4j.version` from 2.17.1 to 2.17.2.
    
    Updates `log4j-jcl` from 2.17.1 to 2.17.2
    
    Updates `log4j-slf4j-impl` from 2.17.1 to 2.17.2
    
    Updates `log4j-core` from 2.17.1 to 2.17.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-jcl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 8159479..06b58db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
 
 
     <slf4j.version>1.7.32</slf4j.version>
-    <log4j.version>2.17.1</log4j.version>
+    <log4j.version>2.17.2</log4j.version>
     <spring.version>5.3.20</spring.version>
     <ehcache.version>3.9.9</ehcache.version>
     <io.swagger.version>2.1.10</io.swagger.version>