We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e288e commit 55d674aCopy full SHA for 55d674a
build.gradle.kts
@@ -2,7 +2,7 @@ group = "no.nav.syfo"
2
version = "1.0.0"
3
4
val coroutinesVersion = "1.8.0"
5
-val jacksonVersion = "2.17.0"
+val jacksonVersion = "2.17.1"
6
val kluentVersion = "1.73"
7
val logbackVersion = "1.5.6"
8
val ktorVersion = "2.3.10"
@@ -12,7 +12,7 @@ val smCommonVersion = "2.0.8"
12
val mockkVersion = "1.13.10"
13
val nimbusdsVersion = "9.37.3"
14
val hikariVersion = "5.1.0"
15
-val flywayVersion = "10.11.1"
+val flywayVersion = "10.12.0"
16
val postgresVersion = "42.7.3"
17
val testContainerVersion = "1.19.7"
18
val kotlinVersion = "1.9.23"
0 commit comments