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 29, 2024
1 parent c67ae97 commit 95f2c56
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 @@ -11,7 +11,7 @@ plugins {
id 'org.sonarqube' version '4.4.1.3373'
id 'info.solidsoft.pitest' version '1.15.0'
id 'io.freefair.lombok' version '6.6.3'
id 'org.flywaydb.flyway' version '9.22.3'
id 'org.flywaydb.flyway' version '10.12.0'
// If Pact version is changed, make sure serenity report works.
id 'net.serenity-bdd.serenity-gradle-plugin' version '3.2.3'
id 'au.com.dius.pact' version '4.1.8'
Expand Down Expand Up @@ -330,7 +330,7 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.1.2'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.3'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.12.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'

implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: versions.log4j
Expand Down

0 comments on commit 95f2c56

Please sign in to comment.