Skip to content

Commit

Permalink
Update mockito, spotbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Nov 9, 2023
1 parent d83e4dc commit 93caa90
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
Expand Up @@ -4,7 +4,7 @@ jersey = "3.1.3"
jetty = "11.0.18"
retrofit = "2.9.0"
slf4j = "2.0.9"
spotbugs = "4.8.0"
spotbugs = "4.8.1"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref="slf4j" }
Expand Down Expand Up @@ -35,7 +35,7 @@ jersey-jackson = { module = "org.glassfish.jersey.media:jersey-media-json-jackso
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty" }
jetty-servlet = { module = "org.eclipse.jetty:jetty-servlet", version.ref = "jetty" }

mockito-core = "org.mockito:mockito-core:5.6.0"
mockito-core = "org.mockito:mockito-core:5.7.0"

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

0 comments on commit 93caa90

Please sign in to comment.