From ccc489e43e1a19f1b23280243bbcf3267fdf75dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 03:02:10 +0000 Subject: [PATCH] Bump postgresql from 42.3.1 to 42.5.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.1 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.3.1...REL42.5.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57d03e5..55b20df 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { testImplementation "org.testcontainers:testcontainers:1.16.2" testImplementation "org.testcontainers:junit-jupiter:1.16.2" testImplementation "com.zaxxer:HikariCP:5.0.0" - testImplementation "org.postgresql:postgresql:42.3.1" + testImplementation "org.postgresql:postgresql:42.5.1" testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2" testImplementation "org.junit.jupiter:junit-jupiter-params:5.8.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"