Skip to content

Commit da5657d

Browse files
committed
Update Jackson
1 parent 8dac739 commit da5657d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.17.x`
33+
- `jackson 2.18.x`
3434
- `Java 8+`
3535
- `Kotlin 1.8.22+`
3636

gradle/libs.versions.toml

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

55
# test libs
66
junit = "5.11.3"

0 commit comments

Comments
 (0)