From 843bc73fa7d812e23631abcc915db806171e688e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 04:50:58 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.21.1 to 10.0.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.21.1 to 10.0.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.21.1...flyway-10.0.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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9d175a0..ed6753d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("com.amazonaws:aws-java-sdk-s3") implementation("javax.xml.bind:jaxb-api:2.4.0-b180830.0359") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") - implementation("org.flywaydb:flyway-core:9.21.1") + implementation("org.flywaydb:flyway-core:10.0.0") runtimeOnly("org.postgresql:postgresql") developmentOnly("org.springframework.boot:spring-boot-devtools") testImplementation("org.springframework.boot:spring-boot-starter-test")