Skip to content

Commit

Permalink
Update flyway to v10.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent fab8e87 commit b49ac8d
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 '5.1.0.4882'
id "com.gorylenko.gradle-git-properties" version "2.4.2"
id "org.flywaydb.flyway" version "10.20.1"
id "org.flywaydb.flyway" version "10.21.0"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.2.8"
}

Expand Down Expand Up @@ -160,7 +160,7 @@ ext {
reformLoggingVersion = "6.1.7"
log4JVersion = "2.24.1"
springCloudVersion = "2023.0.3"
flywayVersion = "10.20.1"
flywayVersion = "10.21.0"
serenityVersion = "4.2.8"
restAssuredVersion = "5.5.0"
}
Expand Down

0 comments on commit b49ac8d

Please sign in to comment.