Skip to content

Commit 8e47967

Browse files
Update jackson to v2.19.2 (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edd952b commit 8e47967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencyResolutionManagement {
3232
plugin("indra-publishing", "net.kyori.indra.publishing").versionRef("indra")
3333
plugin("indra-sonatype", "net.kyori.indra.publishing.sonatype").versionRef("indra")
3434

35-
version("jackson", "2.19.1")
35+
version("jackson", "2.19.2")
3636
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
3737
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
3838
bundle("jackson", listOf("jackson-core", "jackson-databind"))

0 commit comments

Comments
 (0)