Skip to content

Commit

Permalink
Update jetty-server, jetty-util, ... to 11.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Oct 10, 2023
1 parent fb2b78d commit 9578f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Dependencies {
val jerseyServlet = "com.sun.jersey" % "jersey-servlet" % jerseyCore.revision
val jerseyGuice = "com.sun.jersey.contribs" % "jersey-guice" % jerseyCore.revision
val jerseyServer = "com.sun.jersey" % "jersey-server" % jerseyCore.revision
val jettyServer = "org.eclipse.jetty" % "jetty-server" % "11.0.16"
val jettyServer = "org.eclipse.jetty" % "jetty-server" % "11.0.17"
val jettyWebapp = jettyServer.withName("jetty-webapp")
val jettyUtil = jettyServer.withName("jetty-util")

Expand Down

0 comments on commit 9578f28

Please sign in to comment.