Skip to content

Commit

Permalink
Update dropwizard to 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Oct 8, 2024
1 parent 5a57257 commit 9db30be
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,7 +1,7 @@
[versions]
jackson = "2.18.0"
retrofit = "2.11.0"
dropwizard = "4.0.8"
dropwizard = "4.0.9"
errorprone = "2.33.0"

[libraries]
Expand All @@ -22,7 +22,7 @@ dropwizard-assets = { module = "io.dropwizard:dropwizard-assets", version.ref =
dropwizard-core = { module = "io.dropwizard:dropwizard-core", version.ref = "dropwizard" }
dropwizard-swagger = { module = "com.smoketurner:dropwizard-swagger", version = "4.0.5-1" }

jersey-media-sse = { module = "org.glassfish.jersey.media:jersey-media-sse", version = "3.1.8" }
jersey-media-sse = { module = "org.glassfish.jersey.media:jersey-media-sse", version = "3.1.9" }
jdbf = { module = "com.github.spyhunter99:jdbf", version = "2.2.4" }

junit = { module = "junit:junit", version = "4.13.2" }
Expand Down

0 comments on commit 9db30be

Please sign in to comment.