From 271b801a57459c911ffcba7dab354151ec9ad24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:58:08 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.16.1 to 9.16.3 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.16.1 to 9.16.3. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/commits) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle.kts b/example/build.gradle.kts index c861d69..166a823 100644 --- a/example/build.gradle.kts +++ b/example/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { implementation("com.h2database:h2:2.1.210") implementation("org.postgresql:postgresql:${Versions.postgresDriver}") - implementation("org.flywaydb:flyway-core:9.16.1") + implementation("org.flywaydb:flyway-core:9.16.3") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") testImplementation("org.junit.jupiter:junit-jupiter:${Versions.junit}")