diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-28 10:42:33 +0000 |
commit | 95cc8bc1cabc5317ba5fc02d16e5516c37e3468e (patch) | |
tree | ab51e9f4b7c3c9780bcce222746d9038b28603cc /osgi | |
parent | 2a9a2017428933c63daa7b1fe3c86510ef4cb2b0 (diff) | |
download | poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.tar.gz poi-95cc8bc1cabc5317ba5fc02d16e5516c37e3468e.zip |
log4j 2.17.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898463 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-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 5d9077180c..95184238d7 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.17.1</version> + <version>2.17.2</version> <scope>test</scope> </dependency> </dependencies> |