From e8b44fed7a16ca7c7da5ea98c29c0f73de6ce096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:28:35 +0000 Subject: [PATCH] chore(deps): bump org.postgresql:postgresql in /backend Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.2 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.2...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 9e7e6724..02a90a56 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -145,7 +145,7 @@ subprojects { //JDBC Drivers implementation 'org.xerial:sqlite-jdbc:3.45.1.0' implementation 'com.h2database:h2:2.2.224' - implementation 'org.postgresql:postgresql:42.7.2' + implementation 'org.postgresql:postgresql:42.7.3' implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.3' implementation "io.ktor:ktor-client-core:$ktor_version"