Skip to content

Commit

Permalink
TIKA-4348 -- downgrade log4j2 (#2043)
Browse files Browse the repository at this point in the history
(cherry picked from commit 932edba)
  • Loading branch information
tballison committed Nov 13, 2024
1 parent 8712267 commit 6685af3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tika-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
<junit5.version>5.11.3</junit5.version>
<junrar.version>7.5.5</junrar.version>
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.24.1</log4j2.version>
<log4j2.version>2.24.0</log4j2.version>
<lombok.version>1.18.20</lombok.version>
<!-- lucene >= 9.x requires Java 11 -->
<lucene.version>8.11.4</lucene.version>
Expand Down Expand Up @@ -1246,7 +1246,14 @@
<rules>
<bannedDependencies>
<excludes>
<!-- log4shell -->
<exclude>org.apache.logging.log4j:log4j-core:(,2.17.1)</exclude>
<!--
https://github.com/apache/logging-log4j2/issues/3143
https://github.com/apache/logging-log4j2/issues/3196
-->
<exclude>org.apache.logging.log4j:log4j-core:[2.24.1]</exclude>
<exclude>org.apache.logging.log4j:log4j-api:[2.24.1]</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit 6685af3

Please sign in to comment.