Skip to content

Commit

Permalink
Update dependency org.flywaydb:flyway-database-postgresql to v10.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent b061880 commit 7ea544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.20.1" // Align with version managed by Spring Boot!
classpath "org.flywaydb:flyway-database-postgresql:10.22.0" // Align with version managed by Spring Boot!
}
}

Expand Down

0 comments on commit 7ea544f

Please sign in to comment.