We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62adb0e commit 3ebea2fCopy full SHA for 3ebea2f
settings.gradle.kts
@@ -6,7 +6,7 @@ include("api")
6
dependencyResolutionManagement {
7
versionCatalogs {
8
create("libs") {
9
- version("jackson", "2.16.1")
+ version("jackson", "2.18.2")
10
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
11
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
12
library("jackson-annotations", "com.fasterxml.jackson.core", "jackson-annotations").versionRef("jackson")
0 commit comments