From 9a2f4be146e2b58d5b6c23343ac645dbaedd62d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:02:44 +0000 Subject: [PATCH] Bump flyway-core from 8.0.0 to 8.0.2 Bumps [flyway-core](https://github.com/flyway/flyway) from 8.0.0 to 8.0.2. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-8.0.0...flyway-8.0.2) --- 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 2e1e0ae..f2e374c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -53,7 +53,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.0.0") + implementation("org.flywaydb:flyway-core:8.0.2") // Deserialize json implementation("com.fasterxml.jackson.module:jackson-module-kotlin:${jacksonVersion}")