Author: tilman
Date: Thu Oct 19 16:10:25 2023
New Revision: 1913124
URL: http://svn.apache.org/viewvc?rev=1913124&view=rev
Log:
PDFBOX-5660: revert update log4j
Modified:
pdfbox/branches/3.0/parent/pom.xml
Modified: pdfbox/branches/3.0/parent/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1913124&r1=1913123&r2=1913124&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Thu Oct 19 16:10:25 2023
@@ -57,7 +57,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<bouncycastle.version>1.76</bouncycastle.version>
- <log4j2.version>2.21.0</log4j2.version>
+ <log4j2.version>2.20.0</log4j2.version>
<!-- This is a default value to avoid problems when running single
tests
see also https://stackoverflow.com/a/28695766/535646