aboutsummaryrefslogtreecommitdiffstats
path: root/osgi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-09-13 10:48:55 +0000
committerPJ Fanning <fanningpj@apache.org>2022-09-13 10:48:55 +0000
commitfee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f (patch)
tree640b6290bc46f7162d6f460bf8bc8bfb2b36d833 /osgi
parent439d67d6d91c29f39e1c54091a1cae579f1dca35 (diff)
downloadpoi-fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f.tar.gz
poi-fee2c2a11eb0e92f1f9ddf2278fbc01a8eabef7f.zip
test with log4j 2.19.0 rc1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1904044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r--osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml
index bf46c5d18a..08d99bc9a4 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.18.0</version>
+ <version>2.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>