diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-10-24 17:08:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-10-24 17:08:33 +0000 |
commit | efba2c39cebca239c654cf716289ad1a5abf84d5 (patch) | |
tree | f3b5635c3d604ee6ae97a987f52675e833c8f12b /osgi/pom.xml | |
parent | 176a685e2d92f6cd6fea7d371d71b0facafc39b5 (diff) | |
download | poi-efba2c39cebca239c654cf716289ad1a5abf84d5.tar.gz poi-efba2c39cebca239c654cf716289ad1a5abf84d5.zip |
log4j 2.21.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1913270 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 5b4d69c0dd..030ba106e1 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.0</version> + <version>2.21.1</version> <scope>test</scope> </dependency> </dependencies> |