diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-02-21 10:52:18 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-02-21 10:52:18 +0000 |
commit | 28fc73b046879abd28f87f2d57eb7ab86df21a12 (patch) | |
tree | 65d1444a00368e708578a16622534d458d12789f /osgi/pom.xml | |
parent | 386ddb8e6b71f56fa120567b150c292908c68b68 (diff) | |
download | poi-28fc73b046879abd28f87f2d57eb7ab86df21a12.tar.gz poi-28fc73b046879abd28f87f2d57eb7ab86df21a12.zip |
log4j 2.23.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915917 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 a38da7aaf3..711e665989 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.22.1</version> + <version>2.23.0</version> <scope>test</scope> </dependency> </dependencies> |