Skip to content

Commit

Permalink
Update jackson to 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Sep 27, 2024
1 parent 961e638 commit 5176217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
jackson = "2.17.2"
jackson = "2.18.0"
jersey = "3.1.8"
retrofit = "2.11.0"
slf4j = "2.0.16"
Expand Down Expand Up @@ -31,7 +31,7 @@ jersey-server = { module = "org.glassfish.jersey.core:jersey-server", version.re
jersey-inject = { module = "org.glassfish.jersey.inject:jersey-hk2", version.ref = "jersey" }
jersey-jackson = { module = "org.glassfish.jersey.media:jersey-media-json-jackson", version.ref = "jersey" }

mockito-core = "org.mockito:mockito-core:5.13.0"
mockito-core = "org.mockito:mockito-core:5.14.0"

[bundles]
jackson = ["jackson-databind", "jackson-dataformat-yaml"]
Expand Down

0 comments on commit 5176217

Please sign in to comment.