From be815423d7e9ea5dd81e3510d635d835c8c421ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:11:49 +0000 Subject: [PATCH] build(deps): bump org.postgresql:postgresql in /backend Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.5 to 42.7.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.5...REL42.7.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 6841181..70c60e9 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.1' // PostgresSQL driver - implementation 'org.postgresql:postgresql:42.2.5' + implementation 'org.postgresql:postgresql:42.7.1' // Apache Commons Lang implementation 'org.apache.commons:commons-lang3:3.0'