From e91a39c8c9fb03fbca7ef9235ae85e7283085b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 22:20:34 +0000 Subject: [PATCH] Bump postgresql from 42.5.0 to 42.5.1 in /src/AccountManagerDataAccess Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.0 to 42.5.1. - [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.5.0...REL42.5.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/AccountManagerDataAccess/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AccountManagerDataAccess/pom.xml b/src/AccountManagerDataAccess/pom.xml index 13a66f01..724df7f5 100644 --- a/src/AccountManagerDataAccess/pom.xml +++ b/src/AccountManagerDataAccess/pom.xml @@ -303,7 +303,7 @@ org.postgresql postgresql - 42.5.0 + 42.5.1 org.beanshell