Skip to content

Commit

Permalink
Update flyway to v10.18.2 (#1681)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent a23f48a commit 6fe278b
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
Expand Up @@ -19,7 +19,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.1'
id "org.flywaydb.flyway" version '10.18.1'
id "org.flywaydb.flyway" version '10.18.2'
id 'au.com.dius.pact' version '4.1.7'// do not change, otherwise serenity report fails
}

Expand Down Expand Up @@ -375,8 +375,8 @@ dependencies {
//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.8.0'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.18.1'
runtimeOnly group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.18.1'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.18.2'
runtimeOnly group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.18.2'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
Expand Down

0 comments on commit 6fe278b

Please sign in to comment.