Skip to content

Commit

Permalink
[issue-7350] Updating Jetty version (9.4.19.v20190610) (SeleniumHQ#7379)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerrell authored and shs96c committed Jul 10, 2019
1 parent 8824396 commit b52106b
Show file tree
Hide file tree
Showing 39 changed files with 57 additions and 57 deletions.
56 changes: 28 additions & 28 deletions third_party/java/jetty/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("//java:rules.bzl", "java_library")

JETTY_VERSION = "9.4.12.v20180830"
JETTY_VERSION = "9.4.19.v20190610"
MAVEN_VERSION = "%s.1" % JETTY_VERSION

java_library(
Expand Down Expand Up @@ -94,9 +94,9 @@ export_file(

prebuilt_jar(
name = "jetty-client",
maven_coords = "org.eclipse.jetty:jetty-client:jar:9.4.12.v20180830",
binary_jar = "jetty-client-9.4.12.v20180830.jar",
source_jar = "jetty-client-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-client:jar:9.4.19.v20190610",
binary_jar = "jetty-client-9.4.19.v20190610.jar",
source_jar = "jetty-client-9.4.19.v20190610-sources.jar",
deps = [
":jetty-http",
":jetty-io",
Expand All @@ -108,9 +108,9 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-http",
maven_coords = "org.eclipse.jetty:jetty-http:jar:9.4.12.v20180830",
binary_jar = "jetty-http-9.4.12.v20180830.jar",
source_jar = "jetty-http-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-http:jar:9.4.19.v20190610",
binary_jar = "jetty-http-9.4.19.v20190610.jar",
source_jar = "jetty-http-9.4.19.v20190610-sources.jar",
deps = [
":jetty-io",
":jetty-util",
Expand All @@ -119,9 +119,9 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-io",
maven_coords = "org.eclipse.jetty:jetty-io:jar:9.4.12.v20180830",
binary_jar = "jetty-io-9.4.12.v20180830.jar",
source_jar = "jetty-io-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-io:jar:9.4.19.v20190610",
binary_jar = "jetty-io-9.4.19.v20190610.jar",
source_jar = "jetty-io-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
Expand All @@ -132,29 +132,29 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-jmx",
maven_coords = "org.eclipse.jetty:jetty-jmx:jar:9.4.12.v20180830",
binary_jar = "jetty-jmx-9.4.12.v20180830.jar",
source_jar = "jetty-jmx-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-jmx:jar:9.4.19.v20190610",
binary_jar = "jetty-jmx-9.4.19.v20190610.jar",
source_jar = "jetty-jmx-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
)

prebuilt_jar(
name = "jetty-security",
maven_coords = "org.eclipse.jetty:jetty-security:jar:9.4.12.v20180830",
binary_jar = "jetty-security-9.4.12.v20180830.jar",
source_jar = "jetty-security-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-security:jar:9.4.19.v20190610",
binary_jar = "jetty-security-9.4.19.v20190610.jar",
source_jar = "jetty-security-9.4.19.v20190610-sources.jar",
deps = [
":jetty-server",
],
)

prebuilt_jar(
name = "jetty-server",
maven_coords = "org.eclipse.jetty:jetty-server:jar:9.4.12.v20180830",
binary_jar = "jetty-server-9.4.12.v20180830.jar",
source_jar = "jetty-server-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-server:jar:9.4.19.v20190610",
binary_jar = "jetty-server-9.4.19.v20190610.jar",
source_jar = "jetty-server-9.4.19.v20190610-sources.jar",
deps = [
":jetty-http",
":jetty-io",
Expand All @@ -165,9 +165,9 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-servlet",
maven_coords = "org.eclipse.jetty:jetty-servlet:jar:9.4.12.v20180830",
binary_jar = "jetty-servlet-9.4.12.v20180830.jar",
source_jar = "jetty-servlet-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-servlet:jar:9.4.19.v20190610",
binary_jar = "jetty-servlet-9.4.19.v20190610.jar",
source_jar = "jetty-servlet-9.4.19.v20190610-sources.jar",
deps = [
":jetty-jmx",
":jetty-security",
Expand All @@ -176,9 +176,9 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-util",
maven_coords = "org.eclipse.jetty:jetty-util:jar:9.4.12.v20180830",
binary_jar = "jetty-util-9.4.12.v20180830.jar",
source_jar = "jetty-util-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-util:jar:9.4.19.v20190610",
binary_jar = "jetty-util-9.4.19.v20190610.jar",
source_jar = "jetty-util-9.4.19.v20190610-sources.jar",
deps = [
"//third_party/java/servlet:javax.servlet-api",
],
Expand All @@ -189,9 +189,9 @@ prebuilt_jar(

prebuilt_jar(
name = "jetty-xml",
maven_coords = "org.eclipse.jetty:jetty-xml:jar:9.4.12.v20180830",
binary_jar = "jetty-xml-9.4.12.v20180830.jar",
source_jar = "jetty-xml-9.4.12.v20180830-sources.jar",
maven_coords = "org.eclipse.jetty:jetty-xml:jar:9.4.19.v20190610",
binary_jar = "jetty-xml-9.4.19.v20190610.jar",
source_jar = "jetty-xml-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
Expand Down
56 changes: 28 additions & 28 deletions third_party/java/jetty/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ licenses(["notice"])

package(default_visibility = ["//visibility:public"])

JETTY_VERSION = "9.4.12.v20180830"
JETTY_VERSION = "9.4.19.v20190610"

maven_java_library(
name = "jetty",
Expand Down Expand Up @@ -71,9 +71,9 @@ filegroup(

maven_java_import(
name = "jetty-client",
coords = "org.eclipse.jetty:jetty-client:jar:9.4.12.v20180830",
jar = "jetty-client-9.4.12.v20180830.jar",
srcjar = "jetty-client-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-client:jar:9.4.19.v20190610",
jar = "jetty-client-9.4.19.v20190610.jar",
srcjar = "jetty-client-9.4.19.v20190610-sources.jar",
deps = [
":jetty-http",
":jetty-io",
Expand All @@ -82,9 +82,9 @@ maven_java_import(

maven_java_import(
name = "jetty-http",
coords = "org.eclipse.jetty:jetty-http:jar:9.4.12.v20180830",
jar = "jetty-http-9.4.12.v20180830.jar",
srcjar = "jetty-http-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-http:jar:9.4.19.v20190610",
jar = "jetty-http-9.4.19.v20190610.jar",
srcjar = "jetty-http-9.4.19.v20190610-sources.jar",
deps = [
":jetty-io",
":jetty-util",
Expand All @@ -93,39 +93,39 @@ maven_java_import(

maven_java_import(
name = "jetty-io",
coords = "org.eclipse.jetty:jetty-io:jar:9.4.12.v20180830",
jar = "jetty-io-9.4.12.v20180830.jar",
srcjar = "jetty-io-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-io:jar:9.4.19.v20190610",
jar = "jetty-io-9.4.19.v20190610.jar",
srcjar = "jetty-io-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
)

maven_java_import(
name = "jetty-jmx",
coords = "org.eclipse.jetty:jetty-jmx:jar:9.4.12.v20180830",
jar = "jetty-jmx-9.4.12.v20180830.jar",
srcjar = "jetty-jmx-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-jmx:jar:9.4.19.v20190610",
jar = "jetty-jmx-9.4.19.v20190610.jar",
srcjar = "jetty-jmx-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
)

maven_java_import(
name = "jetty-security",
coords = "org.eclipse.jetty:jetty-security:jar:9.4.12.v20180830",
jar = "jetty-security-9.4.12.v20180830.jar",
srcjar = "jetty-security-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-security:jar:9.4.19.v20190610",
jar = "jetty-security-9.4.19.v20190610.jar",
srcjar = "jetty-security-9.4.19.v20190610-sources.jar",
deps = [
":jetty-server",
],
)

maven_java_import(
name = "jetty-server",
coords = "org.eclipse.jetty:jetty-server:jar:9.4.12.v20180830",
jar = "jetty-server-9.4.12.v20180830.jar",
srcjar = "jetty-server-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-server:jar:9.4.19.v20190610",
jar = "jetty-server-9.4.19.v20190610.jar",
srcjar = "jetty-server-9.4.19.v20190610-sources.jar",
deps = [
":jetty-http",
":jetty-io",
Expand All @@ -136,9 +136,9 @@ maven_java_import(

maven_java_import(
name = "jetty-servlet",
coords = "org.eclipse.jetty:jetty-servlet:jar:9.4.12.v20180830",
jar = "jetty-servlet-9.4.12.v20180830.jar",
srcjar = "jetty-servlet-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-servlet:jar:9.4.19.v20190610",
jar = "jetty-servlet-9.4.19.v20190610.jar",
srcjar = "jetty-servlet-9.4.19.v20190610-sources.jar",
deps = [
":jetty-jmx",
":jetty-security",
Expand All @@ -147,19 +147,19 @@ maven_java_import(

maven_java_import(
name = "jetty-util",
coords = "org.eclipse.jetty:jetty-util:jar:9.4.12.v20180830",
jar = "jetty-util-9.4.12.v20180830.jar",
srcjar = "jetty-util-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-util:jar:9.4.19.v20190610",
jar = "jetty-util-9.4.19.v20190610.jar",
srcjar = "jetty-util-9.4.19.v20190610-sources.jar",
deps = [
"//third_party/java/servlet:javax.servlet-api",
],
)

maven_java_import(
name = "jetty-xml",
coords = "org.eclipse.jetty:jetty-xml:jar:9.4.12.v20180830",
jar = "jetty-xml-9.4.12.v20180830.jar",
srcjar = "jetty-xml-9.4.12.v20180830-sources.jar",
coords = "org.eclipse.jetty:jetty-xml:jar:9.4.19.v20190610",
jar = "jetty-xml-9.4.19.v20190610.jar",
srcjar = "jetty-xml-9.4.19.v20190610-sources.jar",
deps = [
":jetty-util",
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/java/jetty/jetty.pom
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>jetty-repacked</artifactId>
<version>-9.4.12.v20180830</version>
<version>-9.4.19.v20190610</version>

<name>selenium-jetty-server-repacked</name>
<description>Browser automation framework dependency on jetty</description>
Expand Down

0 comments on commit b52106b

Please sign in to comment.