diff --git a/build.gradle.kts b/build.gradle.kts index aac9daa0..9bf32148 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("org.apache.ant:ant:1.10.14") implementation("org.apache.commons:commons-lang3:3.14.0") implementation("org.apache.commons:commons-text:1.11.0") - implementation("org.flywaydb:flyway-core:9.22.3") + implementation("org.flywaydb:flyway-core:10.2.0") implementation("org.mongodb:mongodb-driver-reactivestreams:4.11.1") implementation("com.github.openstack4j.core:openstack4j:3.11") implementation("org.parboiled:parboiled-java:1.4.1")