From cb809b27544612971619213262fa9f17679a2b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:10:23 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.15.2 to 9.19.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.15.2 to 9.19.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.15.2...flyway-9.19.1) --- 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..3bd5fa0 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.19.1") implementation("org.postgresql:postgresql:42.5.4") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.hamcrest:hamcrest:2.2")