From 68a3c970f4cb8f1c6811ac5c3defac9273885fec Mon Sep 17 00:00:00 2001 From: Nils Martin Sande Date: Tue, 3 Dec 2024 06:26:30 +0100 Subject: [PATCH] Oppdaterte til flyway 11.0.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7073d7ed..ad79877a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ otelInstrumentationVersion = "2.10.0" otelInstrumentationKtorVersion = "2.10.0-alpha" coroutinesVersion = "1.9.0" postgresDriverVersion = "42.7.4" -flywayVersion = "10.21.0" +flywayVersion = "11.0.0" hikariVersion = "6.2.1" kotlinxCoroutinesVersion = "1.9.0" kotlinxSerializationJsonVersion = "1.7.3"