We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dac739 commit da5657dCopy full SHA for da5657d
README.md
@@ -30,7 +30,7 @@ This project makes several disruptive changes to achieve more `Kotlin-like` beha
30
Details are summarized in [KogeraSpecificImplementations](./docs/KogeraSpecificImplementations.md).
31
32
# Compatibility
33
-- `jackson 2.17.x`
+- `jackson 2.18.x`
34
- `Java 8+`
35
- `Kotlin 1.8.22+`
36
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
kotlin = "1.8.22" # Mainly for CI, it can be rewritten by environment variable.
3
-jackson = "2.17.3"
+jackson = "2.18.1"
4
5
# test libs
6
junit = "5.11.3"
0 commit comments