Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson:jackson-bom to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent d91d489 commit 08aca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencyResolutionManagement {
library("bom", "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1")
}
create("jackson") {
library("bom", "com.fasterxml.jackson:jackson-bom:2.17.1")
library("bom", "com.fasterxml.jackson:jackson-bom:2.18.0")
}
create("graalHints") {
version("goodforgod", "1.2.0")
Expand Down

0 comments on commit 08aca26

Please sign in to comment.