diff --git a/src/sbt-test/sbt-dependency-check/aggregateProject/build.sbt b/src/sbt-test/sbt-dependency-check/aggregateProject/build.sbt index 73ec6a8..495e187 100644 --- a/src/sbt-test/sbt-dependency-check/aggregateProject/build.sbt +++ b/src/sbt-test/sbt-dependency-check/aggregateProject/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) .aggregate(core) .settings(commonSettings: _*) .settings( - libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", + libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided", libraryDependencies += "commons-collections" % "commons-collections" % "3.2.1" % "optional", dependencyCheckSkipTestScope := true, dependencyCheckSkipProvidedScope := true, diff --git a/src/sbt-test/sbt-dependency-check/buildFailsForCVSS/build.sbt b/src/sbt-test/sbt-dependency-check/buildFailsForCVSS/build.sbt index a8cb98e..6974dd8 100644 --- a/src/sbt-test/sbt-dependency-check/buildFailsForCVSS/build.sbt +++ b/src/sbt-test/sbt-dependency-check/buildFailsForCVSS/build.sbt @@ -3,7 +3,7 @@ lazy val root = project in file(".") scalaVersion := "2.10.7" libraryDependencies ++= Seq( - "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" + "org.eclipse.jetty" % "jetty-runner" % "11.0.26" ) dependencyCheckFailBuildOnCVSS := 1 \ No newline at end of file diff --git a/src/sbt-test/sbt-dependency-check/check-suppression-file/build.sbt b/src/sbt-test/sbt-dependency-check/check-suppression-file/build.sbt index e3e9c34..0e073cf 100644 --- a/src/sbt-test/sbt-dependency-check/check-suppression-file/build.sbt +++ b/src/sbt-test/sbt-dependency-check/check-suppression-file/build.sbt @@ -3,7 +3,7 @@ lazy val root = project in file(".") scalaVersion := "2.10.7" libraryDependencies ++= Seq( - "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" + "org.eclipse.jetty" % "jetty-runner" % "11.0.26" ) dependencyCheckFailBuildOnCVSS := 1 diff --git a/src/sbt-test/sbt-dependency-check/check/build.sbt b/src/sbt-test/sbt-dependency-check/check/build.sbt index 10a5fc3..6a4adef 100644 --- a/src/sbt-test/sbt-dependency-check/check/build.sbt +++ b/src/sbt-test/sbt-dependency-check/check/build.sbt @@ -4,7 +4,7 @@ scalaVersion := "2.10.7" libraryDependencies ++= Seq( "commons-beanutils" % "commons-beanutils" % "1.9.1" % "test", - "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", + "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided", "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional" diff --git a/src/sbt-test/sbt-dependency-check/checkMultiProject/build.sbt b/src/sbt-test/sbt-dependency-check/checkMultiProject/build.sbt index b4a2983..e2b57b3 100644 --- a/src/sbt-test/sbt-dependency-check/checkMultiProject/build.sbt +++ b/src/sbt-test/sbt-dependency-check/checkMultiProject/build.sbt @@ -8,7 +8,7 @@ lazy val root = (project in file(".")) .aggregate(core) .settings(commonSettings: _*) .settings( - libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", + libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided", dependencyCheckSkipTestScope := false ) diff --git a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt index 61f4f1b..6d5ac14 100644 --- a/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt +++ b/src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt @@ -4,7 +4,7 @@ scalaVersion := "2.10.7" libraryDependencies ++= Seq( "commons-beanutils" % "commons-beanutils" % "1.9.1" % "test", - "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided", + "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided", "com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime", "org.apache.commons" % "commons-collections4" % "4.1", "com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional"