diff --git a/build.gradle b/build.gradle index f781d1b1..b2e29737 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation 'javax.json:javax.json-api:1.1.4' // This should be kept in line with the data Dockerfile versions - implementation 'org.flywaydb:flyway-core:9.20.0' + implementation 'org.flywaydb:flyway-core:10.8.1' runtimeOnly 'org.hsqldb:hsqldb' runtimeOnly 'org.postgresql:postgresql:42.6.0'