Skip to content

Commit

Permalink
Update flyway to v9.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent dd398f3 commit b967b9e
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 @@ -20,7 +20,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.6'
id 'org.sonarqube' version '5.0.0.4638'
id 'org.springframework.boot' version '3.3.2'
id "org.flywaydb.flyway" version "9.19.4"
id "org.flywaydb.flyway" version "9.22.3"
id 'au.com.dius.pact' version '4.1.7'// do not change, otherwise serenity report fails
}

Expand Down Expand Up @@ -408,7 +408,7 @@ dependencies {
//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.16.1'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.19.4'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.3'

implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

Expand Down

0 comments on commit b967b9e

Please sign in to comment.