diff --git a/shared/build.gradle b/shared/build.gradle index 551b8afc7..e861f39de 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'io.github.cdimascio:dotenv-java:3.1.0' // postgres - implementation 'org.postgresql:postgresql:42.7.4' + implementation 'org.postgresql:postgresql:42.7.5' // hikari connection pool implementation 'com.zaxxer:HikariCP:6.2.1'