diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-09-08 00:23:45 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-09-08 00:23:45 +0000 |
commit | 7933b53287462b8d6f800087764fb890c66e5cd6 (patch) | |
tree | 47221f3675269efa4ac4d8b91479818db0bd9cc8 /osgi | |
parent | f4ec85adb03fec1c58eba0a063924f4d5e7e7bd0 (diff) | |
download | poi-7933b53287462b8d6f800087764fb890c66e5cd6.tar.gz poi-7933b53287462b8d6f800087764fb890c66e5cd6.zip |
log4j 2.24.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920512 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 f8357538e5..58d195ac99 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.23.1</version> + <version>2.24.0</version> <scope>test</scope> </dependency> </dependencies> |