diff --git a/backend/build.gradle b/backend/build.gradle index d4945115..421328d5 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.1' + implementation 'org.postgresql:postgresql:42.7.2' implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.2' implementation "io.ktor:ktor-client-core:$ktor_version"