From ea429e145c4f61baa6e9df45cd5e1ff9343b5bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 05:17:14 +0000 Subject: [PATCH] :arrow_up: Bump org.flywaydb:flyway-core from 9.21.2 to 9.22.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.21.2 to 9.22.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.21.2...flyway-9.22.0) --- 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 7ae71888d..d71d12d36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ val jvmTargetVersion = "17" val rapidsAndRiversVersion = "2023041310341681374880.67ced5ad4dda" val logbackSyslog4jVersion = "1.0.0" val hikariCPVersion = "5.0.1" -val flywayCoreVersion = "9.21.2" +val flywayCoreVersion = "9.22.0" val kotliqueryVersion = "1.9.0" val kotlinTestVersion = "1.6.21" val mockkVersion = "1.13.7"