Skip to content

Commit

Permalink
Merge pull request #3 from kartverket/dependabot/gradle/org.flywaydb-…
Browse files Browse the repository at this point in the history
…flyway-core-10.13.0

Bump org.flywaydb:flyway-core from 6.5.2 to 10.13.0
  • Loading branch information
anderssonw authored May 29, 2024
2 parents a3cd4ec + e06ff02 commit bcd1276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {

// Persistence
implementation ("org.postgresql:postgresql:42.6.0")
implementation ("org.flywaydb:flyway-core:6.5.2")
implementation ("org.flywaydb:flyway-core:10.13.0")

// Tests
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
Expand Down

0 comments on commit bcd1276

Please sign in to comment.