From b957cc8bb7a888c979b2dfee951ae16e57c833ac Mon Sep 17 00:00:00 2001 From: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> Date: Fri, 22 May 2026 17:45:59 +0200 Subject: [PATCH] [DPE-10012] Bump PostgreSQL to 14.23 --- src/constants.py | 2 +- src/dependency.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.py b/src/constants.py index 0ceb6dc6ca..dea8b0feab 100644 --- a/src/constants.py +++ b/src/constants.py @@ -40,7 +40,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "280", "x86_64": "281"}}, + {"revision": {"aarch64": "333", "x86_64": "334"}}, ) ] diff --git a/src/dependency.json b/src/dependency.json index 372e51bd5a..a662320f94 100644 --- a/src/dependency.json +++ b/src/dependency.json @@ -9,6 +9,6 @@ "dependencies": {}, "name": "charmed-postgresql", "upgrade_supported": "^14", - "version": "14.22" + "version": "14.23" } }