Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-core from 11.1.0 to 11.1.1
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.1.0...flyway-11.1.1)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 4a33e49 commit 6ac0ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopping/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
implementation("org.flywaydb:flyway-core:11.1.0")
implementation("org.flywaydb:flyway-core:11.1.1")
implementation("org.flywaydb:flyway-database-postgresql:11.1.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
Expand Down
2 changes: 1 addition & 1 deletion warehouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions:1.2.3")
implementation("org.apache.kafka:kafka-streams:3.9.0")
implementation("io.arrow-kt:arrow-core:2.0.0")
implementation("org.flywaydb:flyway-core:11.1.0")
implementation("org.flywaydb:flyway-core:11.1.1")
implementation("org.flywaydb:flyway-database-postgresql:11.1.1")
implementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
Expand Down

0 comments on commit 6ac0ab2

Please sign in to comment.