diff --git a/CHANGELOG.md b/CHANGELOG.md
index 828ec2902818ec7cf0db78084e654a95e30917de..95a6c73b88e496e71d53ea4639baa4f86b779704 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 2.2.9 - 2023-10-19
+### Fixed
+- Update vulnerable dependencies
+
 ## 2.2.8 - 2023-09-25
 ### Fixed
 - Rate limit auto config attempts
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b69220cf3bb18f7069b8f63e83f454cb9a3be22c..9b5c2ba46c1ef611959ba7779b92e09ffbb03ca9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
 - **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
 - **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
 	]]></description>
-	<version>2.2.8</version>
+	<version>2.2.9</version>
 	<licence>agpl</licence>
 	<author>Greta Doçi</author>
 	<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
diff --git a/package-lock.json b/package-lock.json
index 5fd0cd60943eeee956979adc92b6326275806dfa..6c6e473aa0c49f47c9204ae293e796bb26bfd9ac 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "nextcloud-mail",
-  "version": "2.2.8",
+  "version": "2.2.9",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "nextcloud-mail",
-      "version": "2.2.8",
+      "version": "2.2.9",
       "license": "agpl",
       "dependencies": {
         "@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index c5af80bc1b4d989fdada37953c1ec6c56d7c844b..685b1fdbb14b2e358711dddbbc60bd7bff1f75bb 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "nextcloud-mail",
   "description": "Nextcloud Mail",
-  "version": "2.2.8",
+  "version": "2.2.9",
   "author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
   "license": "agpl",
   "private": true,