diff --git a/Dockerfile b/Dockerfile
index 9899f87ec6d97cc73059b0d896a5bf94b2a7ca0f..55b769bdf9820346c48301d06589768d895ceaa0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ LABEL maintainer="Bjoern Kimminich <bjoern.kimminich@owasp.org>" \
       org.label-schema.url="http://owasp-juice.shop" \
       org.label-schema.usage="http://help.owasp-juice.shop" \
       org.label-schema.license="MIT" \
-      org.label-schema.version="7.2.2" \
+      org.label-schema.version="7.2.3" \
       org.label-schema.docker.cmd="docker run --rm -p 3000:3000 bkimminich/juice-shop" \
       org.label-schema.docker.params="NODE_ENV=string name of the custom configuration,CTF_KEY=string key to hash challenges into CTF flag codes" \
       org.label-schema.vcs-url="https://github.com/bkimminich/juice-shop.git" \
diff --git a/app/package.json b/app/package.json
index 6b448e2a274efca482b48c9dbc70b001bde303c6..cb31b29501cf9b526e3259c63880b78ca8906295 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop-angular",
-  "version": "7.2.2",
+  "version": "7.2.3",
   "private": true,
   "dependencies": {
     "angular": "~1.6.9",
diff --git a/package.json b/package.json
index 9150e1c84efd592760eb525196eb7ab7800069f6..4903aaf15dcf3944cdf6b56460b77732905cdec9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "juice-shop",
-  "version": "7.2.2",
+  "version": "7.2.3",
   "description": "An intentionally insecure JavaScript Web Application",
   "homepage": "http://owasp-juice.shop",
   "author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://www.owasp.org/index.php/User:Bjoern_Kimminich)",
@@ -81,7 +81,7 @@
     "js-yaml": "~3.11.0",
     "jsonwebtoken": "~8.2",
     "jssha": "~2.3",
-    "libxmljs": "0.18.6",
+    "libxmljs": "0.18.7",
     "marsdb": "~0.6",
     "morgan": "~1.9",
     "multer": "~1.3",