From befa672c82f2981243d94092ad9738100c14e702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:07:04 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.15.2 to 9.19.4 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.15.2 to 9.19.4. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.15.2...flyway-9.19.4) --- 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..bcf0727 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.4") implementation("org.postgresql:postgresql:42.5.4") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.hamcrest:hamcrest:2.2")