diff --git a/9/mysql-tomcat/.env b/9/mysql-tomcat/.env
index a4548974523dd2f529b04a6e2ecb3df51c751afc..8868f2a8dc719cc96c20799cbc89a39ffcd2f9d8 100644
--- a/9/mysql-tomcat/.env
+++ b/9/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.2
+XWIKI_VERSION=9.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/mysql-tomcat/Dockerfile b/9/mysql-tomcat/Dockerfile
index b941e3486935af3b794fd58612290a5262d9b714..df9ab32efcdc8227a93c711d500a9a7dab763366 100644
--- a/9/mysql-tomcat/Dockerfile
+++ b/9/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=9.11.2
+ENV XWIKI_VERSION=9.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1
+ENV XWIKI_DOWNLOAD_SHA256 40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48
 RUN rm -rf /usr/local/tomcat/webapps/* && \
   mkdir -p /usr/local/tomcat/temp && \
   mkdir -p /usr/local/xwiki/data && \
diff --git a/9/postgres-tomcat/.env b/9/postgres-tomcat/.env
index 84c86d81d7c42f7706545f26e123bda0d048179e..4269e96ca18f478b265240bf62d1ee458fd24193 100644
--- a/9/postgres-tomcat/.env
+++ b/9/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=9.11.2
+XWIKI_VERSION=9.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/9/postgres-tomcat/Dockerfile b/9/postgres-tomcat/Dockerfile
index dae8ebfa1c4547e2a8fb91da4860025e01dfdddf..b9fa9b76a7d093eb32e11ccef7241d76a0341150 100644
--- a/9/postgres-tomcat/Dockerfile
+++ b/9/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=9.11.2
+ENV XWIKI_VERSION=9.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1
+ENV XWIKI_DOWNLOAD_SHA256 40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48
 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 65507fd2424fa0c508d520e6e315e424d45c8242..b9284912abe3653b971bb62c689b512e5fcacd0b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '9' : [
-        xwikiVersion: '9.11.2',
-        xwikiSha256: '7f389fb1b6db949de12fba7df4f9103d97999f3f456a410593946a1eaa66aed1'
+        xwikiVersion: '9.11.3',
+        xwikiSha256: '40dcf3cd92580f4ef411b8d6d7e4454469e37a425408dff49f4a8b24917f2a48'
     ],
     '10': [
         xwikiVersion: '10.1',