From a9c08f1d0f9b547d7cb7e494849022d61894f82c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 14:57:53 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.16.1 to 9.19.1 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.16.1 to 9.19.1. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.16.1...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] --- 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..bf564c5 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.19.1") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") testImplementation("org.junit.jupiter:junit-jupiter:${Versions.junit}")