From 1a55d334a12caaade9438849336c21deb5544eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 06:15:07 +0000 Subject: [PATCH] chore(deps): bump org.flywaydb:flyway-core from 11.1.0 to 11.8.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 11.1.0 to 11.8.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-11.1.0...flyway-11.8.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-version: 11.8.0 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..d6bc979 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.8.0" implementation "org.flywaydb:flyway-database-postgresql:10.18.0" implementation "org.ktorm:ktorm-core:4.1.1" implementation "com.zaxxer:HikariCP:5.1.0"