From 882b519ada1fb6b9f00066bf1979ba110daa9bba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:02:17 +0000 Subject: [PATCH] Bump flyway-core from 8.5.4 to 8.5.9 Bumps [flyway-core](https://github.com/flyway/flyway) from 8.5.4 to 8.5.9. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.5.4...flyway-8.5.9) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 c059800..f314b7b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:${springBootVersion}") implementation("org.springframework.boot:spring-boot-starter-actuator:${springBootVersion}") implementation("org.springframework.boot:spring-boot-starter-websocket:${springBootVersion}") - implementation("org.flywaydb:flyway-core:8.5.4") + implementation("org.flywaydb:flyway-core:8.5.9") // Deserialize json implementation("com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}")