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 Apr 3, 2024
1 parent 8dae031 commit 98f8b89
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.9'
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.11.0'
}

group = 'uk.gov.hmcts.reform'
Expand Down Expand Up @@ -186,7 +186,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.11.0'

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 98f8b89

Please sign in to comment.