diff --git a/10/mysql-tomcat/.env b/10/mysql-tomcat/.env
index 4572701b6707fff7cddb07c0d40aa1cbf91e8d96..8874b59236f70a63341b1149e487ba2b06d4cf79 100644
--- a/10/mysql-tomcat/.env
+++ b/10/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.11.8
+XWIKI_VERSION=10.11.9
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/mysql-tomcat/Dockerfile b/10/mysql-tomcat/Dockerfile
index 82c4f0b8757ca60277de50c6e22840e4b14af3fa..9feee5d6bab11ee8611349691307678c98898b9c 100644
--- a/10/mysql-tomcat/Dockerfile
+++ b/10/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=10.11.8
+ENV XWIKI_VERSION=10.11.9
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 d3ac801e156966b1e5729a5251aa13662262460edcbf903ec8b5e5d98563bf7e
+ENV XWIKI_DOWNLOAD_SHA256 299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/10/postgres-tomcat/.env b/10/postgres-tomcat/.env
index e449a4fd32c92fcde1f147aca1dc6019f4db95da..4e9bd747ba7b42e7a95b96e8c31cbd819b1b61d5 100644
--- a/10/postgres-tomcat/.env
+++ b/10/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.11.8
+XWIKI_VERSION=10.11.9
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/postgres-tomcat/Dockerfile b/10/postgres-tomcat/Dockerfile
index bdc256727e368c7d0f734565c9c3adee02273490..7125c66253a2b0615b976d3a73f05bf765732bae 100644
--- a/10/postgres-tomcat/Dockerfile
+++ b/10/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=10.11.8
+ENV XWIKI_VERSION=10.11.9
 ENV XWIKI_URL_PREFIX "https://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 d3ac801e156966b1e5729a5251aa13662262460edcbf903ec8b5e5d98563bf7e
+ENV XWIKI_DOWNLOAD_SHA256 299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58
 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 86a2b348c175726cf8e6877c45882697a067c5a0..e53a843a332f373970ea9cabe121794ccaaefc62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '10' : [
-        xwikiVersion: '10.11.8',
-        xwikiSha256: 'd3ac801e156966b1e5729a5251aa13662262460edcbf903ec8b5e5d98563bf7e'
+        xwikiVersion: '10.11.9',
+        xwikiSha256: '299fe60d5b32ee1a363ba48ff2346e78eea5f713a0174c20fe9d7531be426a58'
     ],
     '11': [
         xwikiVersion: '11.5',