From 36dadbb8996fc7ff9123a667d7b71dc51fe4d7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:18:19 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.22.3 to 10.14.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.14.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.22.3...flyway-10.14.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07ea3720..ebd5a81d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ version = "1.0-SNAPSHOT" val confluentVersion = "7.6.0" val jacksonDataTypeVersion = "2.17.1" -val flywayVersion = "9.22.3" +val flywayVersion = "10.14.0" val hikariVersion = "5.1.0" val isdialogmoteSchemaVersion = "1.0.5" val jsonVersion = "20240303"