diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-21 11:06:12 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-21 11:06:12 +0000 |
commit | af7848243b20a9487169e6cd53b2996fe1a47942 (patch) | |
tree | e6ed1fc91e34da70f3658d96e2de59b3a211c11e /osgi | |
parent | 09cbbfbac093230925ad025a0d3a2bf881853aeb (diff) | |
download | poi-af7848243b20a9487169e6cd53b2996fe1a47942.tar.gz poi-af7848243b20a9487169e6cd53b2996fe1a47942.zip |
log4j 2.20.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907784 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 08d99bc9a4..b8d074170f 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.19.0</version> + <version>2.20.0</version> <scope>test</scope> </dependency> </dependencies> |