From 5735f7d1d7fb6c99844141915d969d20c4d9c577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 07:42:49 +0000 Subject: [PATCH] chore(deps): bump org.flywaydb:flyway-core from 11.1.0 to 11.7.2 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.0 to 11.7.2. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.1.0...flyway-11.7.2) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.7.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c070e5..18c68dc 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation "com.google.api-client:google-api-client:2.7.0" implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2" implementation "io.github.config4k:config4k:0.7.0" - implementation "org.flywaydb:flyway-core:11.1.0" + implementation "org.flywaydb:flyway-core:11.7.2" implementation "org.flywaydb:flyway-database-postgresql:10.18.0" implementation "org.ktorm:ktorm-core:4.1.1" implementation "com.zaxxer:HikariCP:5.1.0"