Skip to content

Commit

Permalink
Update flyway to v10.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 44a8b72 commit c7e19c9
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.18.2")
classpath("org.flywaydb:flyway-database-postgresql:10.19.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.18.2'
id 'org.flywaydb.flyway' version '10.19.0'
}

group = 'uk.gov.hmcts'
Expand Down Expand Up @@ -218,9 +218,9 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-core:2.18.0'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.30'
implementation 'com.squareup.okio:okio:3.9.1'
implementation 'org.flywaydb:flyway-core:10.18.2'
implementation 'org.flywaydb:flyway-database-postgresql:10.18.2'
implementation 'org.flywaydb:flyway-database-hsqldb:10.18.2'
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'
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 c7e19c9

Please sign in to comment.