From e3e1726e76d02afcff36460c2b4c671cd979f4dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 18:05:39 +0000 Subject: [PATCH] chore(deps): bump org.postgresql:postgresql from 42.4.1 to 42.5.4 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 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.4.1...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 94afa97..288f544 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { testImplementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.1.0' testImplementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.31' testImplementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.39.4.0' - testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.4.1' + testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.5.4' testImplementation 'org.junit.jupiter:junit-jupiter:5.+' testImplementation "org.mockito:mockito-core:4.+"