diff --git a/10/mysql-tomcat/.env b/10/mysql-tomcat/.env
index 1f9c1258b5c283049fe759eaf047b00c51070b90..4dced7bfbd3ce9639420ad9b2d3c8fbb5560d485 100644
--- a/10/mysql-tomcat/.env
+++ b/10/mysql-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.11.2
+XWIKI_VERSION=10.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/mysql-tomcat/Dockerfile b/10/mysql-tomcat/Dockerfile
index b5dd082518ec0f73f87db1ce421036c02310acc6..c8b4d4df57085098ebb056c199e048eb0e99b7ed 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.2
+ENV XWIKI_VERSION=10.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 d2a65cbd8f4aea8fb8feae7d5778343b8f6ca88003b4c11b67915fb856b432af
+ENV XWIKI_DOWNLOAD_SHA256 5b544d8786b71cc51b150a3623efa17aea1dfafda429776caeb97d5a3d2c5343
 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 4e44d78ca7a7e1124ea614c9c4c75368ec95f171..930c6f7eec1e9213cc2441a8dcc317ebeab196e6 100644
--- a/10/postgres-tomcat/.env
+++ b/10/postgres-tomcat/.env
@@ -1,5 +1,5 @@
 # Default environment values
-XWIKI_VERSION=10.11.2
+XWIKI_VERSION=10.11.3
 DB_USER=xwiki
 DB_PASSWORD=xwiki
 DB_DATABASE=xwiki
diff --git a/10/postgres-tomcat/Dockerfile b/10/postgres-tomcat/Dockerfile
index 3a320229ccd1485049267d8661785d882bd46029..1097fadf0d0d762a440926a0d4302875c8756eed 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.2
+ENV XWIKI_VERSION=10.11.3
 ENV XWIKI_URL_PREFIX "http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-distribution-war/${XWIKI_VERSION}"
-ENV XWIKI_DOWNLOAD_SHA256 d2a65cbd8f4aea8fb8feae7d5778343b8f6ca88003b4c11b67915fb856b432af
+ENV XWIKI_DOWNLOAD_SHA256 5b544d8786b71cc51b150a3623efa17aea1dfafda429776caeb97d5a3d2c5343
 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 e4abefba1ff460d7eb82ca2c4b5616691c01f780..fc2783181af4f40e0f177f9879848ced148aab60 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,8 +35,8 @@ def variants = ['mysql-tomcat', 'postgres-tomcat']
 
 def tokens = [
     '10' : [
-        xwikiVersion: '10.11.2',
-        xwikiSha256: 'd2a65cbd8f4aea8fb8feae7d5778343b8f6ca88003b4c11b67915fb856b432af'
+        xwikiVersion: '10.11.3',
+        xwikiSha256: '5b544d8786b71cc51b150a3623efa17aea1dfafda429776caeb97d5a3d2c5343'
     ],
     '11': [
         xwikiVersion: '11.0.3',