Skip to content

Commit 74a2874

Browse files
Update dependency com.fasterxml.jackson:jackson-bom to v2.19.0
1 parent d91d489 commit 74a2874

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
@@ -19,7 +19,7 @@ dependencyResolutionManagement {
1919
library("bom", "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1")
2020
}
2121
create("jackson") {
22-
library("bom", "com.fasterxml.jackson:jackson-bom:2.17.1")
22+
library("bom", "com.fasterxml.jackson:jackson-bom:2.19.0")
2323
}
2424
create("graalHints") {
2525
version("goodforgod", "1.2.0")

0 commit comments

Comments
 (0)