Skip to content

Commit

Permalink
chore(deps): update dependency org.flywaydb:flyway-core to v8.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Apr 21, 2022
1 parent 1704c0f commit 247a49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ambassador-storage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation(project(":ambassador-model"))
api(project(":ambassador-commons"))
api("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.flywaydb:flyway-core:8.5.3")
implementation("org.flywaydb:flyway-core:8.5.8")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$jacksonVersion")
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-allopen")
implementation("org.springframework.boot:spring-boot-gradle-plugin:2.6.3")
implementation("org.jooq:jooq-codegen:3.15.5")
implementation("org.flywaydb:flyway-core:8.5.3")
implementation("org.flywaydb:flyway-core:8.5.8")

// implementation("org.testcontainers:postgresql:1.15.2") // TODO remove
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.6.10")
Expand Down

0 comments on commit 247a49a

Please sign in to comment.