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] authored Oct 21, 2024
1 parent 65baf5d commit e220f1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.19.0")
classpath("org.flywaydb:flyway-database-postgresql:10.20.0")
}
}

Expand All @@ -20,7 +20,7 @@ plugins {
// Comment out id 'war' to work in Eclipse
id 'war'
id 'jacoco'
id 'org.flywaydb.flyway' version '10.19.0'
id 'org.flywaydb.flyway' version '10.20.0'
}

group = 'uk.gov.hmcts'
Expand Down Expand Up @@ -222,9 +222,9 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.31'
implementation 'com.squareup.okio:okio:3.9.1'
implementation 'org.flywaydb:flyway-core:10.19.0'
implementation 'org.flywaydb:flyway-database-postgresql:10.19.0'
implementation 'org.flywaydb:flyway-database-hsqldb:10.19.0'
implementation 'org.flywaydb:flyway-core:10.20.0'
implementation 'org.flywaydb:flyway-database-postgresql:10.20.0'
implementation 'org.flywaydb:flyway-database-hsqldb:10.20.0'
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
Expand Down

0 comments on commit e220f1b

Please sign in to comment.