From 68d8d1b2ba76c97c0382dfb5f02cb22a9c24b84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:22:08 +0000 Subject: [PATCH] Bump org.flywaydb:flyway-core from 9.22.3 to 10.17.0 Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.22.3 to 10.17.0. - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](https://github.com/flyway/flyway/compare/flyway-9.22.3...flyway-10.17.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 ac00f512..bc3e1a19 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.2" -val flywayVersion = "9.22.3" +val flywayVersion = "10.17.0" val tokenSupportVersion = "3.2.0" val mockkVersion = "1.13.12" val springMockkVersion = "3.1.1"