Skip to content

Commit

Permalink
Update flyway to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 4, 2024
1 parent 5185f4f commit b452290
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 @@ -8,7 +8,7 @@ plugins {
id 'org.owasp.dependencycheck' version '9.0.4'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'org.sonarqube' version '4.4.1.3373'
id 'org.flywaydb.flyway' version '9.22.3'
id 'org.flywaydb.flyway' version '10.5.0'
}

group = 'uk.gov.hmcts.reform'
Expand Down Expand Up @@ -203,7 +203,7 @@ ext.libraries = [

dependencies {
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.1'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.3'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.7.1'

implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.10.2'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.10.2'
Expand Down

0 comments on commit b452290

Please sign in to comment.