From fd34cba632b1a16ba71098c09f872821fefe9c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:21:48 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 10.15.2 to 10.19.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 10.15.2 to 10.19.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-10.15.2...flyway-10.19.0) --- 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..1194836e 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.19.0") 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")