Skip to content

Commit 0f22f92

Browse files
authored
Merge pull request #402 from ProjectMapK/update-dep
Updates dependencies
2 parents 7068a89 + 4b74a42 commit 0f22f92

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 = "2.1.21" # Mainly for CI, it can be rewritten by environment variable.
3-
jackson = "2.20.0"
3+
jackson = "2.20.1"
44

55
# test libs
6-
junit = "5.13.4"
6+
junit = "5.14.1"
77

88
[libraries]
99
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
@@ -16,7 +16,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1616
# test libs
1717
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
1818
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
19-
mockk = "io.mockk:mockk:1.14.5"
19+
mockk = "io.mockk:mockk:1.14.6"
2020
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml" }
2121
jackson-csv = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-csv" }
2222
jackson-jsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }

0 commit comments

Comments
 (0)