diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-11-27 11:09:38 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-11-27 11:09:38 +0000 |
commit | 8690df1d28991ad482fa39181fd2a81fa2163301 (patch) | |
tree | 446bb0d56d129c98e5c6a50b5f00d36b3075902c /osgi/pom.xml | |
parent | 9c48dee4ea4e51f01795586e1fc11c5c9dbb8dce (diff) | |
download | poi-8690df1d28991ad482fa39181fd2a81fa2163301.tar.gz poi-8690df1d28991ad482fa39181fd2a81fa2163301.zip |
log4j 2.22.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914154 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 b912a60163..106faa4baf 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.21.1</version> + <version>2.22.0</version> <scope>test</scope> </dependency> </dependencies> |