From 0ecb463ac60333677a05ec9f1bb67f07065eda7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:08:57 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 5.2.4 to 9.17.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 5.2.4 to 9.17.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-5.2.4...flyway-9.17.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cerberus-web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerberus-web/build.gradle b/cerberus-web/build.gradle index 149c7f6d..0fac8537 100644 --- a/cerberus-web/build.gradle +++ b/cerberus-web/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation 'org.mybatis:mybatis:3.5.11' implementation 'com.mchange:c3p0:0.9.5.5' implementation 'mysql:mysql-connector-java:8.0.32' - implementation 'org.flywaydb:flyway-core:5.2.4' // Can't upgrade this past this version until Aurora is upgraded to 5.7 + implementation 'org.flywaydb:flyway-core:9.17.0' // Can't upgrade this past this version until Aurora is upgraded to 5.7 // First secrets implementation "io.spinnaker.kork:kork-secrets:${versions.kork}"