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 b42629f commit f0d3234Copy full SHA for f0d3234
settings.gradle.kts
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
22
create("libs") {
23
plugin("spotless", "com.diffplug.spotless").version("6.25.0")
24
25
- version("jackson", "2.17.0")
+ version("jackson", "2.19.1")
26
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
27
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
28
library("jackson-annotations", "com.fasterxml.jackson.core", "jackson-annotations").versionRef("jackson")
0 commit comments