From 475bc65f29c9eaaddeb05ffeb460ca3727d3129c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:13:35 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 4.2.0 to 10.17.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 4.2.0 to 10.17.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-4.2.0...flyway-10.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fa63fb77..5ad7fdc7 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { } implementation 'org.apache.commons:commons-dbcp2:2.12.0' implementation 'org.mybatis:mybatis:3.4.6' - implementation 'org.flywaydb:flyway-core:4.2.0' + implementation 'org.flywaydb:flyway-core:10.17.0' runtimeOnly 'ch.qos.logback:logback-classic:1.5.6' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'