Skip to content

Commit

Permalink
Update libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Oct 10, 2023
1 parent d7d2a94 commit 75c43f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
jackson = "2.15.2"
jersey = "3.1.3"
jetty = "11.0.16"
jetty = "11.0.17"
retrofit = "2.9.0"
slf4j = "2.0.9"
spotbugs = "4.7.3"
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.5.0"
mockito-core = "org.mockito:mockito-core:5.6.0"

[bundles]
jackson = ["jackson-databind", "jackson-dataformat-yaml"]
Expand All @@ -44,7 +44,7 @@ jersey = ["jakarta-ws-rs-api", "jersey-jetty", "jersey-server", "jersey-inject",
jetty = ["jetty-server", "jetty-servlet"]

[plugins]
versions = "com.github.ben-manes.versions:0.48.0"
versions = "com.github.ben-manes.versions:0.49.0"
spotbugs = "com.github.spotbugs:5.0.14"
dependencycheck = "org.owasp.dependencycheck:8.4.0"
version-catalog-update = "nl.littlerobots.version-catalog-update:0.8.0"
Expand Down

0 comments on commit 75c43f8

Please sign in to comment.