From 5e33be76a2e4848374e79556a25a437630dac7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:46:47 +0000 Subject: [PATCH] Bump flyway-core from 8.0.0 to 8.5.5 Bumps [flyway-core](https://github.com/flyway/flyway) from 8.0.0 to 8.5.5. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.0.0...flyway-8.5.5) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor ... 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..86f2535 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.5") // Deserialize json implementation("com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}")