From 6ac0ab23e422cc2422c72b6f040c13c83cc8425a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:15:30 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 11.1.0 to 11.1.1 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](https://github.com/flyway/flyway/compare/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] --- shopping/build.gradle.kts | 2 +- warehouse/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shopping/build.gradle.kts b/shopping/build.gradle.kts index 24a3fd9..32485a1 100644 --- a/shopping/build.gradle.kts +++ b/shopping/build.gradle.kts @@ -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") diff --git a/warehouse/build.gradle.kts b/warehouse/build.gradle.kts index 075e7fd..0134d50 100644 --- a/warehouse/build.gradle.kts +++ b/warehouse/build.gradle.kts @@ -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")