Skip to content

Commit

Permalink
fix(deps): update flyway to v10.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2024
1 parent 73c8c01 commit e85bc7c
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:10.17.2")
classpath("org.flywaydb:flyway-database-postgresql:10.17.3")
}
}

Expand All @@ -12,7 +12,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.1.0.4882'
id 'uk.gov.hmcts.java' version '0.12.63'
id 'org.flywaydb.flyway' version '10.17.2'
id 'org.flywaydb.flyway' version '10.17.3'
id 'net.serenity-bdd.serenity-gradle-plugin' version '4.1.14'
}

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

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

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

0 comments on commit e85bc7c

Please sign in to comment.