From 15d93e1c005b3b4d7aef730c9e87bb0e2e7605d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:26:18 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 10.15.2 to 10.18.2 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.15.2 to 10.18.2. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.15.2...flyway-10.18.2) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... 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 2573d059..8b26fddc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { implementation("org.apache.ant:ant:1.10.14") implementation("org.apache.commons:commons-lang3:3.14.0") implementation("org.apache.commons:commons-text:1.12.0") - implementation("org.flywaydb:flyway-core:10.15.2") + implementation("org.flywaydb:flyway-core:10.18.2") implementation("org.flywaydb:flyway-database-postgresql:10.15.2") implementation("org.mongodb:mongodb-driver-reactivestreams:5.1.1") implementation("com.github.openstack4j.core:openstack4j:3.12")