File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 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 ]
99kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" }
@@ -16,7 +16,7 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
1616# test libs
1717kotlin-reflect = { module = " org.jetbrains.kotlin:kotlin-reflect" }
1818junit-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 "
2020jackson-xml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-xml" }
2121jackson-csv = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-csv" }
2222jackson-jsr310 = { module = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310" }
You can’t perform that action at this time.
0 commit comments