Skip to content

Commit

Permalink
Update to flyway 10.1.0 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 27, 2023
1 parent d7c1079 commit 4444f3c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-vault-config")

implementation("org.springframework.boot:spring-boot-starter-jdbc")
// TODO not still compatible with current version of SpringBoot
// implementation("org.flywaydb:flyway-core:10.0.0")
// implementation("org.flywaydb:flyway-database-postgresql:10.0.0")
implementation("org.flywaydb:flyway-core:9.22.3")
implementation("org.flywaydb:flyway-core:10.1.0")
implementation("org.flywaydb:flyway-database-postgresql:10.1.0")
implementation("org.postgresql:postgresql:42.6.0")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
Expand Down

0 comments on commit 4444f3c

Please sign in to comment.