diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-13 23:59:38 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-13 23:59:38 +0000 |
commit | c105f7f7d5716ff1283d39e2ad75642555d40ee1 (patch) | |
tree | 67eabe1c4a6274c5639e01939805ecaacbfb2857 /osgi/pom.xml | |
parent | 220fabc7aefc7f09bdefcd2318f8cd9861180f7d (diff) | |
download | poi-c105f7f7d5716ff1283d39e2ad75642555d40ee1.tar.gz poi-c105f7f7d5716ff1283d39e2ad75642555d40ee1.zip |
log4j 2.16.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895930 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 a2000fcced..c2acf3a6b2 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.15.0</version> + <version>2.16.0</version> <scope>test</scope> </dependency> </dependencies> |