Skip to content

Commit

Permalink
Update flyway to v10.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2024
1 parent 211bf37 commit fe10e2b
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 @@ -5,7 +5,7 @@ plugins {
id 'org.springframework.boot' version '3.3.4'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id "org.flywaydb.flyway" version "10.17.2"
id "org.flywaydb.flyway" version "10.20.0"
/*
Applies analysis tools including checkstyle and OWASP Dependency checker.
See https://github.com/hmcts/gradle-java-plugin
Expand Down Expand Up @@ -167,7 +167,7 @@ dependencies {

implementation group: 'io.rest-assured', name: 'rest-assured'

implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.17.2'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.20.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

testImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.20.2'
Expand Down

0 comments on commit fe10e2b

Please sign in to comment.