diff --git a/build.gradle b/build.gradle index cbd71fd..1630cac 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.postgresql:postgresql:42.7.5' // implementation 'org.flywaydb:flyway-core:10.20.1' - implementation 'org.flywaydb:flyway-database-postgresql:11.8.0' + implementation 'org.flywaydb:flyway-database-postgresql:11.8.1' testImplementation 'org.testcontainers:postgresql:1.21.0' testImplementation 'org.testcontainers:testcontainers:1.21.0' testImplementation 'io.rest-assured:rest-assured'