From ee9ce1a5cf49477aa524721e8a3c073e7a8bc32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 07:09:10 +0000 Subject: [PATCH] chore(deps): bump org.flywaydb:flyway-core from 11.1.0 to 11.4.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.0 to 11.4.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.1.0...flyway-11.4.1) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c070e5c..6100eb72 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.4.1" implementation "org.flywaydb:flyway-database-postgresql:10.18.0" implementation "org.ktorm:ktorm-core:4.1.1" implementation "com.zaxxer:HikariCP:5.1.0"