Skip to content

Commit

Permalink
Update error prone, mockito
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Oct 20, 2024
1 parent 5108df2 commit 329e6a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[versions]
errorprone = "2.34.0"
jackson = "2.18.0"
jersey = "3.1.9"
mockito = "5.14.2"
retrofit = "2.11.0"
slf4j = "2.0.16"
errorprone = "2.33.0"

[libraries]
errorprone_annotations = { module = "com.google.errorprone:error_prone_annotations", version.ref = "errorprone" }
Expand Down Expand Up @@ -31,7 +32,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.14.1"
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }

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

0 comments on commit 329e6a9

Please sign in to comment.