Skip to content

Commit

Permalink
Update jackson, mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Mar 14, 2024
1 parent f7eeb2d commit c284ee9
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.16.2"
jackson = "2.17.0"
jersey = "3.1.5"
retrofit = "2.9.0"
slf4j = "2.0.12"
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.10.0"
mockito-core = "org.mockito:mockito-core:5.11.0"

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

0 comments on commit c284ee9

Please sign in to comment.