From db738a396c096af7e254ab70d2fbca9a34f80e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 14:02:33 +0000 Subject: [PATCH] Bump flyway-core from 8.5.4 to 8.5.11 Bumps [flyway-core](https://github.com/flyway/flyway) from 8.5.4 to 8.5.11. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.5.4...flyway-8.5.11) --- 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..2307735 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.11") // Deserialize json implementation("com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}")