Skip to content

Commit d3aa7d7

Browse files
Update dependency org.eclipse.jetty:jetty-runner to v11
1 parent 1272f70 commit d3aa7d7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/sbt-test/sbt-dependency-check/aggregateProject/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val root = (project in file("."))
88
.aggregate(core)
99
.settings(commonSettings: _*)
1010
.settings(
11-
libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided",
11+
libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided",
1212
libraryDependencies += "commons-collections" % "commons-collections" % "3.2.1" % "optional",
1313
dependencyCheckSkipTestScope := true,
1414
dependencyCheckSkipProvidedScope := true,

src/sbt-test/sbt-dependency-check/buildFailsForCVSS/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val root = project in file(".")
33
scalaVersion := "2.10.7"
44

55
libraryDependencies ++= Seq(
6-
"org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103"
6+
"org.eclipse.jetty" % "jetty-runner" % "11.0.26"
77
)
88

99
dependencyCheckFailBuildOnCVSS := 1

src/sbt-test/sbt-dependency-check/check-suppression-file/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lazy val root = project in file(".")
33
scalaVersion := "2.10.7"
44

55
libraryDependencies ++= Seq(
6-
"org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103"
6+
"org.eclipse.jetty" % "jetty-runner" % "11.0.26"
77
)
88

99
dependencyCheckFailBuildOnCVSS := 1

src/sbt-test/sbt-dependency-check/check/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scalaVersion := "2.10.7"
44

55
libraryDependencies ++= Seq(
66
"commons-beanutils" % "commons-beanutils" % "1.9.1" % "test",
7-
"org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided",
7+
"org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided",
88
"com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime",
99
"org.apache.commons" % "commons-collections4" % "4.1",
1010
"com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional"

src/sbt-test/sbt-dependency-check/checkMultiProject/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lazy val root = (project in file("."))
88
.aggregate(core)
99
.settings(commonSettings: _*)
1010
.settings(
11-
libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided",
11+
libraryDependencies += "org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided",
1212
dependencyCheckSkipTestScope := false
1313
)
1414

src/sbt-test/sbt-dependency-check/formatsSetting/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ scalaVersion := "2.10.7"
44

55
libraryDependencies ++= Seq(
66
"commons-beanutils" % "commons-beanutils" % "1.9.1" % "test",
7-
"org.eclipse.jetty" % "jetty-runner" % "9.2.4.v20141103" % "provided",
7+
"org.eclipse.jetty" % "jetty-runner" % "11.0.26" % "provided",
88
"com.github.t3hnar" % "scala-bcrypt_2.10" % "2.6" % "runtime",
99
"org.apache.commons" % "commons-collections4" % "4.1",
1010
"com.google.oauth-client" % "google-oauth-client" % "1.22.0" % "optional"

0 commit comments

Comments
 (0)