diff --git a/14/mariadb-tomcat/.env b/14/mariadb-tomcat/.env
index 3cf2c05ab6fb0cb947b319fae0b6b52a660ee6ea..0e7475f930dea39558292f31da47b9c93d082a5e 100644
--- a/14/mariadb-tomcat/.env
+++ b/14/mariadb-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.3
+XWIKI_VERSION=14.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/mariadb-tomcat/Dockerfile b/14/mariadb-tomcat/Dockerfile
index 006aafa1d6a043e311cecade5c8104bd947cf66b..d51372f6201a352c69496ea0cde40f9d5a02bda4 100644
--- a/14/mariadb-tomcat/Dockerfile
+++ b/14/mariadb-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.3"
+ENV XWIKI_VERSION="14.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 62e21e356268ac50e16b54614e0c4a4c1ee0fc81f2e34b393464efdbcf1f5b1f
+ENV XWIKI_DOWNLOAD_SHA256 2fcfb622319172c2e424b9c11848ebfabe27cf8ef69cba39ceb5d124b7ebe713
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/14/mysql-tomcat/.env b/14/mysql-tomcat/.env
index 3cf2c05ab6fb0cb947b319fae0b6b52a660ee6ea..0e7475f930dea39558292f31da47b9c93d082a5e 100644
--- a/14/mysql-tomcat/.env
+++ b/14/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.3
+XWIKI_VERSION=14.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/mysql-tomcat/Dockerfile b/14/mysql-tomcat/Dockerfile
index cd36cc1a4df9f40bee98db78438c018765a8d20c..495d6ebdfa5ec321ea594dc3fa177eedddb25099 100644
--- a/14/mysql-tomcat/Dockerfile
+++ b/14/mysql-tomcat/Dockerfile
@@ -48,9 +48,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.3"
+ENV XWIKI_VERSION="14.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 62e21e356268ac50e16b54614e0c4a4c1ee0fc81f2e34b393464efdbcf1f5b1f
+ENV XWIKI_DOWNLOAD_SHA256 2fcfb622319172c2e424b9c11848ebfabe27cf8ef69cba39ceb5d124b7ebe713
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/14/postgres-tomcat/.env b/14/postgres-tomcat/.env
index b8e5ba6f0cb8809bf3c3a568d5f2968786eb8379..261a15d10b3fbbfea984677b219f4284f21d4b58 100644
--- a/14/postgres-tomcat/.env
+++ b/14/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=14.10.3
+XWIKI_VERSION=14.10.4
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/14/postgres-tomcat/Dockerfile b/14/postgres-tomcat/Dockerfile
index 7846329fc607d2c17932c7effc1cc8b0beafbfe7..5cd7a91382850a453a55c8f9247f2979a298b32f 100644
--- a/14/postgres-tomcat/Dockerfile
+++ b/14/postgres-tomcat/Dockerfile
@@ -49,9 +49,9 @@ RUN apt-get update && \
 # Install XWiki as the ROOT webapp context in Tomcat
 # Create the Tomcat temporary directory
 # Configure the XWiki permanent directory
-ENV XWIKI_VERSION="14.10.3"
+ENV XWIKI_VERSION="14.10.4"
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 62e21e356268ac50e16b54614e0c4a4c1ee0fc81f2e34b393464efdbcf1f5b1f
+ENV XWIKI_DOWNLOAD_SHA256 2fcfb622319172c2e424b9c11848ebfabe27cf8ef69cba39ceb5d124b7ebe713
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/build.gradle b/build.gradle
index 539e6ab91987928f12f3a1c95b9498735212d6c7..e22d273ae2427d7bd933fa07495063cda411a701 100644
--- a/build.gradle
+++ b/build.gradle
@@ -51,8 +51,8 @@ def tokens = [
         mariadbJDBCSha256: 'a554541fd88047905fb0c4c10e1d85295f5e38c7bb5fb408b425392a79fc26e3'
     ],
     '14': [
-        xwikiVersion: '14.10.3',
-        xwikiSha256: '62e21e356268ac50e16b54614e0c4a4c1ee0fc81f2e34b393464efdbcf1f5b1f',
+        xwikiVersion: '14.10.4',
+        xwikiSha256: '2fcfb622319172c2e424b9c11848ebfabe27cf8ef69cba39ceb5d124b7ebe713',
         mysqlJDBCVersion: '8.0.31',
         mysqlJDBCSha256: '5249e3dc6d6531b37790e3f61845b96db5e41e891d3d8edb0e2e3a1b53ca2f4f',
         mariadbJDBCVersion: '3.1.1',