Skip to content

Commit

Permalink
Update dependency org.flywaydb:flyway-database-postgresql to v11 (#575)
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 Nov 25, 2024
1 parent 5869db6 commit fcb4cf0
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 @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.22.0")
classpath("org.flywaydb:flyway-database-postgresql:11.0.0")
}
}

Expand Down Expand Up @@ -177,7 +177,7 @@ dependencies {
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '11.0.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.22.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '11.0.0'

implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'

Expand Down

0 comments on commit fcb4cf0

Please sign in to comment.