Skip to content

Commit 40be81a

Browse files
Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.20
1 parent b42629f commit 40be81a

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
@@ -22,7 +22,7 @@ dependencyResolutionManagement {
2222
create("libs") {
2323
plugin("spotless", "com.diffplug.spotless").version("6.25.0")
2424

25-
version("jackson", "2.17.0")
25+
version("jackson", "2.20")
2626
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
2727
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
2828
library("jackson-annotations", "com.fasterxml.jackson.core", "jackson-annotations").versionRef("jackson")

0 commit comments

Comments
 (0)