We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9660d commit e1d6234Copy full SHA for e1d6234
gradle/libs.versions.toml
@@ -5,7 +5,7 @@ vertx = "4.4.2"
5
6
[libraries]
7
archunit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.0.1" }
8
-jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.15.1" }
+jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version = "2.15.2" }
9
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
10
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
11
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
0 commit comments