diff --git a/11/mysql-tomcat/.env b/11/mysql-tomcat/.env
index 173c658915fae94b937d3b32153085ff493c9e78..c63ebd9fe8c7d96fb0c1499804e845704bf25b5c 100644
--- a/11/mysql-tomcat/.env
+++ b/11/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=11.4
+XWIKI_VERSION=11.5
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/11/mysql-tomcat/Dockerfile b/11/mysql-tomcat/Dockerfile
index 3d8a5dfd2db556f3308dc022bf205cc2e058f2f5..a12ab99fd37f715c0c35670b49f2e463fd745584 100644
--- a/11/mysql-tomcat/Dockerfile
+++ b/11/mysql-tomcat/Dockerfile
@@ -44,9 +44,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=11.4
+ENV XWIKI_VERSION=11.5
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670
+ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/11/postgres-tomcat/.env b/11/postgres-tomcat/.env
index 04e2fa51672bd51c42ddb2868e86fe5fffc394fb..caa77d7a2bf25b060105af8870a9866ea10adc0d 100644
--- a/11/postgres-tomcat/.env
+++ b/11/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=11.4
+XWIKI_VERSION=11.5
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/11/postgres-tomcat/Dockerfile b/11/postgres-tomcat/Dockerfile
index 412f293cca98c85dadb045f92c8d0fa071b8da63..0ea68ec56a4ab756dc6bca29d2cfa706a7709125 100644
--- a/11/postgres-tomcat/Dockerfile
+++ b/11/postgres-tomcat/Dockerfile
@@ -44,9 +44,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=11.4
+ENV XWIKI_VERSION=11.5
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670
+ENV XWIKI_DOWNLOAD_SHA256 4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a
 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 7843c3013f60596c0afe31dab7cd274a842d9e89..86a2b348c175726cf8e6877c45882697a067c5a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,8 +39,8 @@ def tokens = [
         xwikiSha256: 'd3ac801e156966b1e5729a5251aa13662262460edcbf903ec8b5e5d98563bf7e'
     ],
     '11': [
-        xwikiVersion: '11.4',
-        xwikiSha256: '8a0d83edd44b2a73c079bc43672c88c096e28b59e50a69dd37391d6789ba4670'
+        xwikiVersion: '11.5',
+        xwikiSha256: '4095548065fd32c6d7d90af9ae15e008207b5a144f5823b0bd8520d6a874bf3a'
     ]
 ]