Skip to content

Commit

Permalink
Update flyway (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas authored Nov 10, 2023
1 parent b418e98 commit fb5eb85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion springboot-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ 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.postgresql:postgresql:42.6.0")
implementation("org.flywaydb:flyway-core:9.10.2")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")
Expand Down

0 comments on commit fb5eb85

Please sign in to comment.