From 38feaa0901b2e62c2e9459061741ef5327eba039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:12:02 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.15.2 to 9.17.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.15.2 to 9.17.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.15.2...flyway-9.17.0) --- 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 c99d464..8403468 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - implementation("org.flywaydb:flyway-core:9.15.2") + implementation("org.flywaydb:flyway-core:9.17.0") implementation("org.postgresql:postgresql:42.5.4") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.hamcrest:hamcrest:2.2")