From 472c66dd640cc01e71fb150d9f2980fbdbcc14c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 06:10:46 +0000 Subject: [PATCH] build(deps): bump org.postgresql:postgresql in /backend Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.3. - [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.7.1...REL42.7.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... 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 1458746..94e8a0d 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' // PostgresSQL driver - implementation 'org.postgresql:postgresql:42.7.1' + implementation 'org.postgresql:postgresql:42.7.3' // Apache Commons Lang implementation 'org.apache.commons:commons-lang3:3.14.0'