Skip to content

Commit

Permalink
Update jetty-server, jetty-util to 12.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Nov 6, 2024
1 parent dd109f4 commit f6b52ea
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.15"
val jettyWebapp = jettyServer.withName("jetty-webapp")
val jettyUtil = jettyServer.withName("jetty-util")

Expand Down

0 comments on commit f6b52ea

Please sign in to comment.