From 85b3c584add80297c4937e9778bb75d2d1e27d2f Mon Sep 17 00:00:00 2001 From: Alex Lutay <1928266+taurus-forever@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:08:41 +0200 Subject: [PATCH] DPE-8296 Bump PostgreSQL to 14.19 --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 564505fe8f..29cecb93d0 100644 --- a/src/constants.py +++ b/src/constants.py @@ -35,7 +35,7 @@ SNAP_PACKAGES = [ ( POSTGRESQL_SNAP_NAME, - {"revision": {"aarch64": "221", "x86_64": "220"}}, + {"revision": {"aarch64": "230", "x86_64": "229"}}, ) ]