Skip to content

Commit

Permalink
chore(deps): update dependency org.flywaydb:flyway-core to v8.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and filipowm committed Jan 12, 2022
1 parent bcd4304 commit 87b3db6
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 @@ -35,7 +35,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.4.0")
implementation("org.flywaydb:flyway-core:8.4.1")
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.2")
implementation("org.jooq:jooq-codegen:3.15.5")
implementation("org.flywaydb:flyway-core:8.4.0")
implementation("org.flywaydb:flyway-core:8.4.1")

// 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 87b3db6

Please sign in to comment.