Author: tilman
Date: Thu Oct 19 03:15:12 2023
New Revision: 1913096
URL: http://svn.apache.org/viewvc?rev=1913096&view=rev
Log:
PDFBOX-5660: 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=1913096&r1=1913095&r2=1913096&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Thu Oct 19 03:15:12 2023
@@ -50,7 +50,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<bouncycastle.version>1.76</bouncycastle.version>
- <log4j2.version>2.20.0</log4j2.version>
+ <log4j2.version>2.21.0</log4j2.version>
<!-- This is a default value to avoid problems when running single
tests
see also https://stackoverflow.com/a/28695766/535646