aboutsummaryrefslogtreecommitdiffstats
path: root/osgi/pom.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-11-12 09:52:42 +0000
committerPJ Fanning <fanningpj@apache.org>2024-11-12 09:52:42 +0000
commit7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d (patch)
tree2c8c138782c64aec0214233b7222839a079506ad /osgi/pom.xml
parent1d620e87143fffd6e49abf1f2e19631b4313656c (diff)
downloadpoi-7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d.tar.gz
poi-7bc2dced2f7d7506b7e3d197635fe2fcaaebe16d.zip
revert log4j and xmlbeans upgrades due to log4j issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921859 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 8b1a8cc1d2..b43bb22554 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.24.1</version>
+ <version>2.23.1</version>
<scope>test</scope>
</dependency>
</dependencies>