diff --git a/build.gradle b/build.gradle index c035770..5892f7c 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.8' // implementation 'org.flywaydb:flyway-core:10.20.1' - implementation 'org.flywaydb:flyway-database-postgresql:11.17.0' + implementation 'org.flywaydb:flyway-database-postgresql:11.17.1' testImplementation 'org.testcontainers:postgresql:2.0.2' testImplementation 'org.testcontainers:testcontainers:2.0.2' testImplementation 'io.rest-assured:rest-assured'