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 edd952b commit 8e47967Copy full SHA for 8e47967
settings.gradle.kts
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
32
plugin("indra-publishing", "net.kyori.indra.publishing").versionRef("indra")
33
plugin("indra-sonatype", "net.kyori.indra.publishing.sonatype").versionRef("indra")
34
35
- version("jackson", "2.19.1")
+ version("jackson", "2.19.2")
36
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
37
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
38
bundle("jackson", listOf("jackson-core", "jackson-databind"))
0 commit comments