Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistence/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ dependencies {
implementation(project(":shared"))

// database
runtimeOnly("org.flywaydb:flyway-core:9.22.0")
runtimeOnly("org.flywaydb:flyway-core:10.15.0")
runtimeOnly("com.h2database:h2:2.2.224")
}

0 comments on commit 62bed51

Please sign in to comment.