File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 implementation(project(" :ambassador-model" ))
3737 api(project(" :ambassador-commons" ))
3838 api(" org.springframework.boot:spring-boot-starter-data-jpa" )
39- implementation(" org.flywaydb:flyway-core:8.5.3 " )
39+ implementation(" org.flywaydb:flyway-core:8.5.8 " )
4040 implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion " )
4141 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion " )
4242 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion " )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation(" org.jetbrains.kotlin:kotlin-allopen" )
2626 implementation(" org.springframework.boot:spring-boot-gradle-plugin:2.6.3" )
2727 implementation(" org.jooq:jooq-codegen:3.15.5" )
28- implementation(" org.flywaydb:flyway-core:8.5.3 " )
28+ implementation(" org.flywaydb:flyway-core:8.5.8 " )
2929
3030// implementation("org.testcontainers:postgresql:1.15.2") // TODO remove
3131 implementation(" org.jetbrains.dokka:dokka-gradle-plugin:1.6.10" )
You can’t perform that action at this time.
0 commit comments