Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent c3e1e3a commit 5632ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

// Serialization
api("com.google.guava", "guava", "33.3.0-jre")
api("com.fasterxml.jackson.core", "jackson-databind", "2.17.2")
api("com.fasterxml.jackson.core", "jackson-databind", "2.18.0")

// web api
api(libs.bundles.javalin)
Expand Down

0 comments on commit 5632ce2

Please sign in to comment.