File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This project makes several disruptive changes to achieve more `Kotlin-like` beha
30
30
Details are summarized in [ KogeraSpecificImplementations] ( ./docs/KogeraSpecificImplementations.md ) .
31
31
32
32
# Compatibility
33
- - ` jackson 2.16 .x `
33
+ - ` jackson 2.17 .x `
34
34
- ` Java 8+ `
35
35
- ` Kotlin 1.8.22+ `
36
36
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.8.22" # Mainly for CI, it can be rewritten by environment variable.
3
- jackson = " 2.17.1 "
3
+ jackson = " 2.17.3 "
4
4
5
5
# test libs
6
- junit = " 5.10.2 "
6
+ junit = " 5.11.3 "
7
7
8
8
[libraries ]
9
9
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" }
@@ -16,7 +16,7 @@ kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect" }
16
16
junit-api = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit" }
17
17
junit-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit" }
18
18
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 "
20
20
jackson-xml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-xml" , version.ref = " jackson" }
21
21
jackson-jsr310 = { module = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310" , version.ref = " jackson" }
22
22
You can’t perform that action at this time.
0 commit comments