diff --git a/build.gradle.kts b/build.gradle.kts index 1ceac06e..6999c976 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,8 +49,8 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") runtimeOnly("org.postgresql:postgresql") - implementation("org.flywaydb:flyway-core:11.4.1") // TODO: remove explicit version when the Spring Boot version is updated - implementation("org.flywaydb:flyway-database-postgresql:11.4.1") + implementation("org.flywaydb:flyway-core:11.13.2") // TODO: remove explicit version when the Spring Boot version is updated + implementation("org.flywaydb:flyway-database-postgresql:11.13.2") implementation("org.springframework.boot:spring-boot-starter-mail")