Skip to content

Commit

Permalink
Update jersey to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrik committed Apr 7, 2024
1 parent 27d92b4 commit 70a4db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.5" }
jersey-media-sse = { module = "org.glassfish.jersey.media:jersey-media-sse", version = "3.1.6" }
jdbf = { module = "com.github.spyhunter99:jdbf", version = "2.2.4" }

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

0 comments on commit 70a4db3

Please sign in to comment.