Skip to content

Commit a03b0fc

Browse files
committed
Update libs
1 parent 97f1320 commit a03b0fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[versions]
22
kotlin = "1.8.22" # Mainly for CI, it can be rewritten by environment variable.
3-
jackson = "2.17.1"
3+
jackson = "2.17.3"
44

55
# test libs
6-
junit = "5.10.2"
6+
junit = "5.11.3"
77

88
[libraries]
99
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
@@ -16,7 +16,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
1616
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
1717
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
1818
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
19-
mockk = "io.mockk:mockk:1.13.10"
19+
mockk = "io.mockk:mockk:1.13.13"
2020
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
2121
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
2222

0 commit comments

Comments
 (0)