From 44df3659c75a760669d7c843fb949f79d35f85be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:03:52 +0000 Subject: [PATCH] chore(deps): bump postgresql from 42.3.6 to 42.5.1 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 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.6...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 fda7a1e..71b5329 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.1' testImplementation 'org.junit.jupiter:junit-jupiter:5.+' testImplementation "org.mockito:mockito-core:4.+"