From 1e0447dc2159063356c93b7b091727de7ce79ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 01:00:08 +0000 Subject: [PATCH 1/2] Bump postgresql from 42.2.8 to 42.2.25 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.2.25. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.8...REL42.2.25) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index deea7af..f6b3c96 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ org.postgresql postgresql - 42.2.8 + 42.2.25 test From fd6c01dc68e9687014df0c9959da391c0d0b2557 Mon Sep 17 00:00:00 2001 From: a-ghanem Date: Tue, 8 Feb 2022 12:52:12 +0100 Subject: [PATCH 2/2] Use new broker image --- docker-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-template.yml b/docker-template.yml index a2fd114..8aa5c13 100644 --- a/docker-template.yml +++ b/docker-template.yml @@ -62,7 +62,7 @@ services: retries: 3 mq: - image: ghcr.io/uio-bmi/localega-broker-private:latest + image: ghcr.io/uio-bmi/localega-broker:latest ports: - 5671:5671 - 15671:15671