File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed
Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ libraryDependencies ++= Seq(
1212 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1313 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1414 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
15- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
15+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1616 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1717)
1818
1919enablePlugins(JettyPlugin )
2020
21- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
21+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ libraryDependencies ++= Seq(
1111 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1212 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1313 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
14- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
14+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1515 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1616)
1717
1818enablePlugins(SbtTwirl )
1919enablePlugins(JettyPlugin )
2020
21- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
21+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ libraryDependencies ++= Seq(
1010 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1111 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1212 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
13- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
13+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1414 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided ,
1515)
1616
1717enablePlugins(JettyPlugin )
1818
19- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
19+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ libraryDependencies ++= Seq(
99 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1010 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1111 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
12- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
12+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1313 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1414)
1515
1616enablePlugins(JettyPlugin )
1717
18- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
18+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ libraryDependencies ++= Seq(
99 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1010 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1111 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
12- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
12+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1313 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1414)
1515
1616enablePlugins(JettyPlugin )
1717
18- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
18+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ libraryDependencies ++= Seq(
1010 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1111 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1212 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
13- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
13+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1414 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided ,
1515)
1616
1717enablePlugins(JettyPlugin )
1818
19- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
19+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ libraryDependencies ++= Seq(
1212 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1313 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1414 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
15- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
15+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1616 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1717)
1818
1919enablePlugins(JettyPlugin )
2020
21- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
21+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
1212 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1313 " org.scalatra" %% " scalatra-scalatest-jakarta" % ScalatraVersion % Test ,
1414 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
15- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
15+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1616 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1717)
1818
@@ -21,4 +21,4 @@ ThisBuild / evictionErrorLevel := Level.Warn
2121enablePlugins(SbtTwirl )
2222enablePlugins(JettyPlugin )
2323
24- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
24+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ libraryDependencies ++= Seq(
1111 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1212 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1313 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
14- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
14+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1515 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1616)
1717
1818ThisBuild / evictionErrorLevel := Level .Warn
1919
2020enablePlugins(JettyPlugin )
2121
22- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
22+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ libraryDependencies ++= Seq(
99 " org.scalatra" %% " scalatra-jakarta" % ScalatraVersion ,
1010 " org.scalatra" %% " scalatra-specs2-jakarta" % ScalatraVersion % Test ,
1111 " ch.qos.logback" % " logback-classic" % " 1.4.11" % Provided ,
12- " org.eclipse.jetty" % " jetty-webapp" % " 11.0.15 " % Provided ,
12+ " org.eclipse.jetty" % " jetty-webapp" % " 11.0.18 " % Provided ,
1313 " jakarta.servlet" % " jakarta.servlet-api" % " 5.0.0" % Provided
1414)
1515
1616enablePlugins(SbtTwirl )
1717enablePlugins(JettyPlugin )
1818
19- Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.15 " intransitive())
19+ Jetty / containerLibs := Seq (" org.eclipse.jetty" % " jetty-runner" % " 11.0.18 " intransitive())
You can’t perform that action at this time.
0 commit comments