aboutsummaryrefslogtreecommitdiffstats
path: root/osgi
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-09-08 00:30:33 +0000
committerPJ Fanning <fanningpj@apache.org>2024-09-08 00:30:33 +0000
commit6464543fb2ab473abe3d34e407f6fc015341e259 (patch)
treeb5bb2e99ad5c477be7c9786128b934d5a586a931 /osgi
parent7933b53287462b8d6f800087764fb890c66e5cd6 (diff)
downloadpoi-6464543fb2ab473abe3d34e407f6fc015341e259.tar.gz
poi-6464543fb2ab473abe3d34e407f6fc015341e259.zip
revert log4j 2.24.0 due to build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1920515 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 58d195ac99..f8357538e5 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.0</version>
+ <version>2.23.1</version>
<scope>test</scope>
</dependency>
</dependencies>