Skip to content

Commit

Permalink
fix(deps): update jackson to v2.16.1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldmensch authored Dec 24, 2023
2 parents 0376005 + 21d1c5c commit 8fd0849
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 @@ -6,7 +6,7 @@ include("api")
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("jackson", "2.16.0")
version("jackson", "2.16.1")
library("jackson-core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
library("jackson-databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
library("jackson-annotations", "com.fasterxml.jackson.core", "jackson-annotations").versionRef("jackson")
Expand Down

0 comments on commit 8fd0849

Please sign in to comment.