Skip to content

Commit

Permalink
Update jetty-server, jetty-util to 12.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Dec 11, 2024
1 parent b3f2fce commit 9847ad8
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 @@ -30,7 +30,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.24"
val jettyServer = "org.eclipse.jetty" % "jetty-server" % "12.0.16"
val jettyWebapp = jettyServer.withName("jetty-webapp")
val jettyUtil = jettyServer.withName("jetty-util")

Expand Down

0 comments on commit 9847ad8

Please sign in to comment.