Skip to content

Commit 623edaa

Browse files
authored
Merge pull request #238 from ProjectMapK/update-libs
Update libs
2 parents 97f1320 + 3952ae7 commit 623edaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This project makes several disruptive changes to achieve more `Kotlin-like` beha
3030
Details are summarized in [KogeraSpecificImplementations](./docs/KogeraSpecificImplementations.md).
3131

3232
# Compatibility
33-
- `jackson 2.16.x`
33+
- `jackson 2.17.x`
3434
- `Java 8+`
3535
- `Kotlin 1.8.22+`
3636

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)