From 65265d0aa1f254f8f6da3a27c268eb6634190c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:06:44 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.15.2 to 9.16.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.15.2 to 9.16.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.15.2...flyway-9.16.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..b822c48 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.16.1") implementation("org.postgresql:postgresql:42.5.4") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.hamcrest:hamcrest:2.2")