From 20f21c44364af4cfec5047a30bb412ea68df80f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 20:57:35 +0000 Subject: [PATCH] chore(deps): bump org.postgresql:postgresql from 42.3.6 to 42.5.4 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 to 42.5.4. - [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.6...REL42.5.4) --- 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 fda7a1e..c614e15 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ dependencies { testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.0.8' testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.30' testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.39.2.1' - testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.3.6' + testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.5.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.+' testImplementation "org.mockito:mockito-core:4.+"