Skip to content

Commit

Permalink
fix(deps): update flyway to v11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2025
1 parent d54ab69 commit c4a7928
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:11.2.0")
classpath("org.flywaydb:flyway-database-postgresql:11.3.1")
}
}

Expand All @@ -12,7 +12,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.52.0'
id 'org.sonarqube' version '6.0.1.5171'
id 'uk.gov.hmcts.java' version '0.12.64'
id 'org.flywaydb.flyway' version '11.2.0'
id 'org.flywaydb.flyway' version '11.3.1'
id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.16'
}

Expand Down Expand Up @@ -288,7 +288,7 @@ dependencies {

implementation group: 'io.rest-assured', name: 'rest-assured'
implementation 'org.flywaydb:flyway-core'
runtimeOnly 'org.flywaydb:flyway-database-postgresql:11.2.0'
runtimeOnly 'org.flywaydb:flyway-database-postgresql:11.3.1'
implementation 'org.postgresql:postgresql'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
Expand Down

0 comments on commit c4a7928

Please sign in to comment.