Skip to content

Commit

Permalink
Update flyway to v11 (#753)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 09d9ee4 commit d442974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '6.0.1.5171'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
id "org.flywaydb.flyway" version "10.20.1"
id "org.flywaydb.flyway" version "11.0.0"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.2.8"
}

Expand Down Expand Up @@ -161,7 +161,7 @@ ext {
reformLoggingVersion = "6.1.7"
log4JVersion = "2.24.2"
springCloudVersion = "2023.0.4"
flywayVersion = "10.20.1"
flywayVersion = "11.0.0"
serenityVersion = "4.2.9"
restAssuredVersion = "5.5.0"
}
Expand Down

0 comments on commit d442974

Please sign in to comment.