Skip to content

Commit

Permalink
Update dependency org.flywaydb:flyway-database-postgresql to v10.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 44fbaac commit c654668
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.15.0")
classpath("org.flywaydb:flyway-database-postgresql:10.15.2")
}
}

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

implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.15.2'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.15.0'
implementation group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.15.2'

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

Expand Down

0 comments on commit c654668

Please sign in to comment.