diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-03-11 17:48:11 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-03-11 17:48:11 +0000 |
commit | 08436ddf7fd8039118ff073b8dac02b4b5e67774 (patch) | |
tree | 05e36ac2d384bbcafe0ba0e898c7413a202477e0 /osgi/pom.xml | |
parent | 56692aa84c6d6752957472c5e7414d4ada3543bb (diff) | |
download | poi-08436ddf7fd8039118ff073b8dac02b4b5e67774.tar.gz poi-08436ddf7fd8039118ff073b8dac02b4b5e67774.zip |
upgrade commons-compress and log4j
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916233 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 711e665989..7fb1609167 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.0</version> + <version>2.23.1</version> <scope>test</scope> </dependency> </dependencies> |