From c99add543c6ac2413fb413eddde02d98fa153890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 03:38:05 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 4.2.0 to 10.4.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 4.2.0 to 10.4.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-4.2.0...flyway-10.4.1) --- 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 3d79aa3f..d66a306b 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ dependencies { } implementation 'org.apache.commons:commons-dbcp2:2.11.0' implementation 'org.mybatis:mybatis:3.4.6' - implementation 'org.flywaydb:flyway-core:4.2.0' + implementation 'org.flywaydb:flyway-core:10.4.1' runtimeOnly 'ch.qos.logback:logback-classic:1.4.14' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.1'