diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-10 08:00:11 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-10 08:00:11 +0000 |
commit | 5ff9c60cbf34ee4c20daff9188318ef4a0f1216a (patch) | |
tree | f9439150be527ca1afe18b68ee4de1886f98a7bd /osgi/pom.xml | |
parent | 077815b37b9d325e2cf576c64ec5dd6a6f77fff4 (diff) | |
download | poi-5ff9c60cbf34ee4c20daff9188318ef4a0f1216a.tar.gz poi-5ff9c60cbf34ee4c20daff9188318ef4a0f1216a.zip |
log4j 2.15.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r-- | osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index c44ead564c..a2000fcced 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -231,7 +231,7 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.14.0</version> + <version>2.15.0</version> <scope>test</scope> </dependency> </dependencies> |