diff --git a/shared/build.gradle b/shared/build.gradle index 52fa69601..002741093 100644 --- a/shared/build.gradle +++ b/shared/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'io.github.cdimascio:dotenv-java:3.0.0' // postgres - implementation 'org.postgresql:postgresql:42.7.0' + implementation 'org.postgresql:postgresql:42.7.1' } jacocoTestCoverageVerification {