From 39618fb241abdb670ae2b693a3e0cc7691a6826e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 05:10:48 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.22.3 to 10.1.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.1.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.22.3...flyway-10.1.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 ad918c71..323a26fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { implementation("org.apache.ant:ant:1.10.14") implementation("org.apache.commons:commons-lang3:3.13.0") implementation("org.apache.commons:commons-text:1.10.0") - implementation("org.flywaydb:flyway-core:9.22.3") + implementation("org.flywaydb:flyway-core:10.1.0") implementation("org.mongodb:mongodb-driver-reactivestreams:4.11.0") implementation("com.github.openstack4j.core:openstack4j:3.11") implementation("org.parboiled:parboiled-java:1.4.1")