You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2022/03/23 04:55:38 UTC

[any23] branch master updated: Bump log4j2.version from 2.17.1 to 2.17.2 (#266)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new bb0b3b6  Bump log4j2.version from 2.17.1 to 2.17.2 (#266)
bb0b3b6 is described below

commit bb0b3b628cc5fc0963e2ac1183de55bdee3435d4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 22 21:55:33 2022 -0700

    Bump log4j2.version from 2.17.1 to 2.17.2 (#266)
    
    * Bump log4j2.version from 2.17.1 to 2.17.2
    
    Bumps `log4j2.version` from 2.17.1 to 2.17.2.
    
    Updates `log4j-core` from 2.17.1 to 2.17.2
    
    Updates `log4j-slf4j-impl` from 2.17.1 to 2.17.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      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
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Bump log4j2.version from 2.17.1 to 2.17.2
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Lewis John McGibbney <le...@gmail.com>
---
 pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 382bf6c..20d9baf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,8 +278,8 @@
     <owlapi.version>5.1.20</owlapi.version>
     <rdf4j.version>3.7.4</rdf4j.version>
     <semargl.version>0.7</semargl.version>
+    <log4j2.version>2.17.2</log4j2.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <log4j2.version>2.17.1</log4j2.version>
     <tika.version>2.3.0</tika.version>
     <openie_2.11.version>4.2.6</openie_2.11.version>
     <openregex.version>1.1.1</openregex.version>
@@ -415,6 +415,10 @@
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-utils</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.apache.logging.log4j</groupId>
+            <artifactId>log4j-api</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <!-- END: Tika -->