From 7bfae034a850a5b7dc204f0dc7d6df4b729be869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:41:01 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.22.3 to 10.16.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.16.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.22.3...flyway-10.16.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-major ... 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 c3053af5..17519a44 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ group = "no.nav.syfo" val apacheHttpClientVersion = "5.3.1" val junitJupiterVersion = "5.10.3" val kotlinJacksonVersion = "2.17.1" -val flywayVersion = "9.22.3" +val flywayVersion = "10.16.0" val tokenSupportVersion = "3.2.0" val mockkVersion = "1.13.11" val springMockkVersion = "3.1.1"