aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-03-11 17:48:11 +0000
committerPJ Fanning <fanningpj@apache.org>2024-03-11 17:48:11 +0000
commit08436ddf7fd8039118ff073b8dac02b4b5e67774 (patch)
tree05e36ac2d384bbcafe0ba0e898c7413a202477e0 /osgi/pom.xml
parent56692aa84c6d6752957472c5e7414d4ada3543bb (diff)
downloadpoi-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.xml2
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>