diff --git a/build.gradle b/build.gradle index 5f0586ef..5f4e0012 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation group: 'org.eclipse.parsson', name: 'parsson', version: '1.1.5' // This should be kept in line with the data Dockerfile versions - implementation 'org.flywaydb:flyway-core:9.19.3' + implementation 'org.flywaydb:flyway-core:10.10.0' runtimeOnly 'org.hsqldb:hsqldb' runtimeOnly 'org.postgresql:postgresql:42.6.0'