You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/03/02 11:09:39 UTC

[tika] branch main updated: Bump log4j2.version from 2.17.1 to 2.17.2 (#516)

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


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

commit 7b3232857454d209d33d30ce46cb8b62474214bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 2 06:09:30 2022 -0500

    Bump log4j2.version from 2.17.1 to 2.17.2 (#516)
    
    Bumps `log4j2.version` from 2.17.1 to 2.17.2.
    
    Updates `log4j-core` from 2.17.1 to 2.17.2
    
    Updates `log4j-api` 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-api
      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>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 037a5b9..cf5d55b 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -339,7 +339,7 @@
     <juniversalchardet.version>1.0.3</juniversalchardet.version>
     <junrar.version>7.4.1</junrar.version>
     <libpst.version>0.9.3</libpst.version>
-    <log4j2.version>2.17.1</log4j2.version>
+    <log4j2.version>2.17.2</log4j2.version>
     <lombok.version>1.18.20</lombok.version>
     <lucene.version>8.11.1</lucene.version>
     <metadata.extractor.version>2.16.0</metadata.extractor.version>