diff --git a/build.gradle b/build.gradle index 2c081d0..e33a3d7 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' - implementation 'org.postgresql:postgresql:42.7.5' + implementation 'org.postgresql:postgresql:42.7.6' // implementation 'org.flywaydb:flyway-core:10.20.1' implementation 'org.flywaydb:flyway-database-postgresql:11.8.2' testImplementation 'org.testcontainers:postgresql:1.21.0'