diff --git a/build.gradle.kts b/build.gradle.kts index 2ce83fe81..4e03286de 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -171,7 +171,7 @@ dependencies { implementation("org.springframework.kafka:spring-kafka") implementation("com.squareup.okhttp3:okhttp") implementation("io.micrometer:micrometer-registry-prometheus-simpleclient") - implementation("org.flywaydb:flyway-database-postgresql:10.15.2") + implementation("org.flywaydb:flyway-database-postgresql:11.0.0") implementation("org.postgresql:postgresql:42.7.4") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")