diff --git a/doap_POI.rdf b/doap_POI.rdf
index b80b14848b..4b8bd87281 100644
--- a/doap_POI.rdf
+++ b/doap_POI.rdf
@@ -35,6 +35,13 @@
Java
+
+
+ Apache POI 5.5.0
+ 2025-11-15
+ 5.5.0
+
+ Apache POI 5.4.1
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle
index 7a72a54ae1..88d4674331 100644
--- a/poi-ooxml/build.gradle
+++ b/poi-ooxml/build.gradle
@@ -62,7 +62,7 @@ dependencies {
// and uncomment the line below to use a pre-built version of poi-ooxml-full.
// Try to use the last release version of poi-ooxml-full. You might be unlucky if
// recent unreleased changes in poi-ooxml-full are needed.
- // api "org.apache.poi:poi-ooxml-full:5.4.1"
+ // api "org.apache.poi:poi-ooxml-full:5.5.0"
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
api "org.apache.commons:commons-compress:${commonsCompressVersion}"
diff --git a/src/documentation/content/xdocs/components/hmef/index.xml b/src/documentation/content/xdocs/components/hmef/index.xml
index 168ba65408..a07d1f5188 100644
--- a/src/documentation/content/xdocs/components/hmef/index.xml
+++ b/src/documentation/content/xdocs/components/hmef/index.xml
@@ -76,7 +76,7 @@
TNEF file to extract, and the directory to place the extracted
files into, eg:
The Apache POI team is pleased to announce the release of 5.4.1.
+ 15 November 2025 - POI 5.5.0 available
+
The Apache POI team is pleased to announce the release of 5.5.0.
Featured are a handful of new areas of functionality and numerous bug fixes.
A summary of changes is available in the
- Release Notes.
+ Release Notes.
A full list of changes is available in the change log.
People interested should also follow the dev list
to track progress.
@@ -65,19 +65,19 @@
The POI source release is listed below.
Pre-built versions of all POI components
are available in the central Maven repository under Group ID "org.apache.poi" and Version
- "5.4.1".
+ "5.5.0".
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index 171883deba..892eb30d77 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -73,14 +73,14 @@
- 6 April 2025 - POI 5.4.1 available
-
The Apache POI team is pleased to announce the release of 5.4.1.
+ 15 November 2025 - POI 5.5.0 available
+
The Apache POI team is pleased to announce the release of 5.5.0.
Several dependencies were updated to their latest versions to pick up security fixes and other improvements.
A summary of changes is available in the
Release Notes.
- A full list of changes is available in the change log.
+ A full list of changes is available in the change log.
People interested should also follow the dev list to track progress.