From 5b08fca0d9a01862b6102ac6c3fbc9ac90a2c1c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 01:10:25 +0000 Subject: [PATCH] Bump postgresql from 42.2.2 to 42.4.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.2 to 42.4.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.2.2...REL42.4.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hackernews-db/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hackernews-db/pom.xml b/hackernews-db/pom.xml index a5e4d28..07522f8 100644 --- a/hackernews-db/pom.xml +++ b/hackernews-db/pom.xml @@ -13,7 +13,7 @@ 1.5 - 42.2.2 + 42.4.1 org.postgresql.Driver ${basedir}/src/main/resources/sql diff --git a/pom.xml b/pom.xml index f69cbf5..ec1ad64 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.postgresql postgresql - 42.2.2 + 42.4.1 runtime