This is an automated email from the ASF dual-hosted git repository.
stillalex pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 8e89db900cc Update org.eclipse.jetty to v10.0.17 (#2001)
8e89db900cc is described below
commit 8e89db900cc3919274bd3e50b4bc40512c4a0b26
Author: Alex D <[email protected]>
AuthorDate: Tue Oct 10 16:07:06 2023 -0700
Update org.eclipse.jetty to v10.0.17 (#2001)
(cherry picked from commit 825a9563530e755b495cc1ba0de7470bb1cfd57c)
---
solr/CHANGES.txt | 2 +
solr/licenses/http2-client-10.0.16.jar.sha1 | 1 -
solr/licenses/http2-client-10.0.17.jar.sha1 | 1 +
solr/licenses/http2-common-10.0.16.jar.sha1 | 1 -
solr/licenses/http2-common-10.0.17.jar.sha1 | 1 +
solr/licenses/http2-hpack-10.0.16.jar.sha1 | 1 -
solr/licenses/http2-hpack-10.0.17.jar.sha1 | 1 +
.../http2-http-client-transport-10.0.16.jar.sha1 | 1 -
.../http2-http-client-transport-10.0.17.jar.sha1 | 1 +
solr/licenses/http2-server-10.0.16.jar.sha1 | 1 -
solr/licenses/http2-server-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-alpn-client-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-alpn-client-10.0.17.jar.sha1 | 1 +
.../jetty-alpn-java-client-10.0.16.jar.sha1 | 1 -
.../jetty-alpn-java-client-10.0.17.jar.sha1 | 1 +
.../jetty-alpn-java-server-10.0.16.jar.sha1 | 1 -
.../jetty-alpn-java-server-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-alpn-server-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-alpn-server-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-client-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-client-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-deploy-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-deploy-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-http-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-http-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-io-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-io-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-jmx-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-jmx-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-rewrite-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-rewrite-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-security-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-security-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-server-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-server-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-servlet-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-servlet-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-servlets-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-servlets-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-start-10.0.16-shaded.jar.sha1 | 1 -
solr/licenses/jetty-start-10.0.17-shaded.jar.sha1 | 1 +
solr/licenses/jetty-util-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-util-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-webapp-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-webapp-10.0.17.jar.sha1 | 1 +
solr/licenses/jetty-xml-10.0.16.jar.sha1 | 1 -
solr/licenses/jetty-xml-10.0.17.jar.sha1 | 1 +
versions.lock | 44 +++++++++++-----------
versions.props | 2 +-
49 files changed, 48 insertions(+), 46 deletions(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 089199d205a..33120f5dba6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -208,6 +208,8 @@ Dependency Upgrades
* PR#1971: Update forbiddenapis to 3.6 to support Java 21/22 and commons-io up
to 2.14.0 (Uwe Schindler)
+* PR#2001: Update org.eclipse.jetty to 10.0.17 (Alex Deparvu)
+
Other Changes
---------------------
diff --git a/solr/licenses/http2-client-10.0.16.jar.sha1
b/solr/licenses/http2-client-10.0.16.jar.sha1
deleted file mode 100644
index 9c0d69e62e6..00000000000
--- a/solr/licenses/http2-client-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1d5ada7bfa44f016ec5089d71e83c7d2596bb993
diff --git a/solr/licenses/http2-client-10.0.17.jar.sha1
b/solr/licenses/http2-client-10.0.17.jar.sha1
new file mode 100644
index 00000000000..1e3c27ca220
--- /dev/null
+++ b/solr/licenses/http2-client-10.0.17.jar.sha1
@@ -0,0 +1 @@
+7eede462d4d92a175f27e2249fc4592775968850
diff --git a/solr/licenses/http2-common-10.0.16.jar.sha1
b/solr/licenses/http2-common-10.0.16.jar.sha1
deleted file mode 100644
index 69ff610174b..00000000000
--- a/solr/licenses/http2-common-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c510d982936eb1ee44f6d8f78816f59ca06c0c2f
diff --git a/solr/licenses/http2-common-10.0.17.jar.sha1
b/solr/licenses/http2-common-10.0.17.jar.sha1
new file mode 100644
index 00000000000..c8785fb5dec
--- /dev/null
+++ b/solr/licenses/http2-common-10.0.17.jar.sha1
@@ -0,0 +1 @@
+cec33f2a1c5ffea2a3a213d9e92886320ee5d282
diff --git a/solr/licenses/http2-hpack-10.0.16.jar.sha1
b/solr/licenses/http2-hpack-10.0.16.jar.sha1
deleted file mode 100644
index c7fcc824692..00000000000
--- a/solr/licenses/http2-hpack-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-71d71f1ac93bb5e0b1539b2a9c257018b9969022
diff --git a/solr/licenses/http2-hpack-10.0.17.jar.sha1
b/solr/licenses/http2-hpack-10.0.17.jar.sha1
new file mode 100644
index 00000000000..d9f1ab595f6
--- /dev/null
+++ b/solr/licenses/http2-hpack-10.0.17.jar.sha1
@@ -0,0 +1 @@
+ca97ff8cde1f89533f14b5032dbd24678a9423b8
diff --git a/solr/licenses/http2-http-client-transport-10.0.16.jar.sha1
b/solr/licenses/http2-http-client-transport-10.0.16.jar.sha1
deleted file mode 100644
index 5b440b9d6e6..00000000000
--- a/solr/licenses/http2-http-client-transport-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-780b6092e64ffb46ff490290add3ed2a2df2f646
diff --git a/solr/licenses/http2-http-client-transport-10.0.17.jar.sha1
b/solr/licenses/http2-http-client-transport-10.0.17.jar.sha1
new file mode 100644
index 00000000000..7f6935b4dc6
--- /dev/null
+++ b/solr/licenses/http2-http-client-transport-10.0.17.jar.sha1
@@ -0,0 +1 @@
+4713b42ba819e9f049c7ca2fb4653ed3261cb0a7
diff --git a/solr/licenses/http2-server-10.0.16.jar.sha1
b/solr/licenses/http2-server-10.0.16.jar.sha1
deleted file mode 100644
index 6b7996abcf2..00000000000
--- a/solr/licenses/http2-server-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2117c48664430a2a32bca2239b75ee57b8084e8b
diff --git a/solr/licenses/http2-server-10.0.17.jar.sha1
b/solr/licenses/http2-server-10.0.17.jar.sha1
new file mode 100644
index 00000000000..53a9b01317f
--- /dev/null
+++ b/solr/licenses/http2-server-10.0.17.jar.sha1
@@ -0,0 +1 @@
+998535c492d462119246d141b19fdb511d832151
diff --git a/solr/licenses/jetty-alpn-client-10.0.16.jar.sha1
b/solr/licenses/jetty-alpn-client-10.0.16.jar.sha1
deleted file mode 100644
index 31a82a8316c..00000000000
--- a/solr/licenses/jetty-alpn-client-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6df5cc027975573d8994e4d9a89d76d5a9c5121a
diff --git a/solr/licenses/jetty-alpn-client-10.0.17.jar.sha1
b/solr/licenses/jetty-alpn-client-10.0.17.jar.sha1
new file mode 100644
index 00000000000..96d4e0656be
--- /dev/null
+++ b/solr/licenses/jetty-alpn-client-10.0.17.jar.sha1
@@ -0,0 +1 @@
+075e2ddf9d1331b3cf5ac9ede986f8e35117b71b
diff --git a/solr/licenses/jetty-alpn-java-client-10.0.16.jar.sha1
b/solr/licenses/jetty-alpn-java-client-10.0.16.jar.sha1
deleted file mode 100644
index ea52966c985..00000000000
--- a/solr/licenses/jetty-alpn-java-client-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-df847a02e1092e4255858f216b1f0df43a98be04
diff --git a/solr/licenses/jetty-alpn-java-client-10.0.17.jar.sha1
b/solr/licenses/jetty-alpn-java-client-10.0.17.jar.sha1
new file mode 100644
index 00000000000..a4621485456
--- /dev/null
+++ b/solr/licenses/jetty-alpn-java-client-10.0.17.jar.sha1
@@ -0,0 +1 @@
+e32fac7d11c0326fdecf1b505ba4a31413ab9ee1
diff --git a/solr/licenses/jetty-alpn-java-server-10.0.16.jar.sha1
b/solr/licenses/jetty-alpn-java-server-10.0.16.jar.sha1
deleted file mode 100644
index 3fb471965be..00000000000
--- a/solr/licenses/jetty-alpn-java-server-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5cbcaffb0b45e923862d8bbdac53556642c8edca
diff --git a/solr/licenses/jetty-alpn-java-server-10.0.17.jar.sha1
b/solr/licenses/jetty-alpn-java-server-10.0.17.jar.sha1
new file mode 100644
index 00000000000..b7a59671dbe
--- /dev/null
+++ b/solr/licenses/jetty-alpn-java-server-10.0.17.jar.sha1
@@ -0,0 +1 @@
+ab96075253b83f217b525984972b7446e6071e88
diff --git a/solr/licenses/jetty-alpn-server-10.0.16.jar.sha1
b/solr/licenses/jetty-alpn-server-10.0.16.jar.sha1
deleted file mode 100644
index 19aeb175a23..00000000000
--- a/solr/licenses/jetty-alpn-server-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6af901179b5270fafa8c82e89bd23f37b57f66e9
diff --git a/solr/licenses/jetty-alpn-server-10.0.17.jar.sha1
b/solr/licenses/jetty-alpn-server-10.0.17.jar.sha1
new file mode 100644
index 00000000000..2a4fa808172
--- /dev/null
+++ b/solr/licenses/jetty-alpn-server-10.0.17.jar.sha1
@@ -0,0 +1 @@
+e9472cc4aff9e4e5f6db1ac14a7a4f7682f92075
diff --git a/solr/licenses/jetty-client-10.0.16.jar.sha1
b/solr/licenses/jetty-client-10.0.16.jar.sha1
deleted file mode 100644
index acf38316f62..00000000000
--- a/solr/licenses/jetty-client-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-62b5879f0530efa5296d0b296e588b79f3e4f0e5
diff --git a/solr/licenses/jetty-client-10.0.17.jar.sha1
b/solr/licenses/jetty-client-10.0.17.jar.sha1
new file mode 100644
index 00000000000..7811a59b9a5
--- /dev/null
+++ b/solr/licenses/jetty-client-10.0.17.jar.sha1
@@ -0,0 +1 @@
+dc3857133910dbf42e45311b6f9e6a338bd59e89
diff --git a/solr/licenses/jetty-deploy-10.0.16.jar.sha1
b/solr/licenses/jetty-deploy-10.0.16.jar.sha1
deleted file mode 100644
index ce800f8a663..00000000000
--- a/solr/licenses/jetty-deploy-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-2f1690ae512b2149550114b15cbdc0bf22069873
diff --git a/solr/licenses/jetty-deploy-10.0.17.jar.sha1
b/solr/licenses/jetty-deploy-10.0.17.jar.sha1
new file mode 100644
index 00000000000..c0fbb1fc737
--- /dev/null
+++ b/solr/licenses/jetty-deploy-10.0.17.jar.sha1
@@ -0,0 +1 @@
+a7927d39b80296d343ad471756ce35f19dc206f8
diff --git a/solr/licenses/jetty-http-10.0.16.jar.sha1
b/solr/licenses/jetty-http-10.0.16.jar.sha1
deleted file mode 100644
index f292b913874..00000000000
--- a/solr/licenses/jetty-http-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0bf1c1db5bb6e97c1040ee5c1053ec46b9895c5a
diff --git a/solr/licenses/jetty-http-10.0.17.jar.sha1
b/solr/licenses/jetty-http-10.0.17.jar.sha1
new file mode 100644
index 00000000000..ea2e057a821
--- /dev/null
+++ b/solr/licenses/jetty-http-10.0.17.jar.sha1
@@ -0,0 +1 @@
+b684e63e9cc0f2b7bcc7917c83cc9e1a952b76ac
diff --git a/solr/licenses/jetty-io-10.0.16.jar.sha1
b/solr/licenses/jetty-io-10.0.16.jar.sha1
deleted file mode 100644
index 8db002cd026..00000000000
--- a/solr/licenses/jetty-io-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-a96c25a805a64a39a7c6e81dbd779bd228ca13aa
diff --git a/solr/licenses/jetty-io-10.0.17.jar.sha1
b/solr/licenses/jetty-io-10.0.17.jar.sha1
new file mode 100644
index 00000000000..81d88505fd0
--- /dev/null
+++ b/solr/licenses/jetty-io-10.0.17.jar.sha1
@@ -0,0 +1 @@
+a57b2fb256166eda798edeffbe4a17c4dd7f7022
diff --git a/solr/licenses/jetty-jmx-10.0.16.jar.sha1
b/solr/licenses/jetty-jmx-10.0.16.jar.sha1
deleted file mode 100644
index 031e28e1069..00000000000
--- a/solr/licenses/jetty-jmx-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-aa728ec15d722b6114436521db044750d815b92b
diff --git a/solr/licenses/jetty-jmx-10.0.17.jar.sha1
b/solr/licenses/jetty-jmx-10.0.17.jar.sha1
new file mode 100644
index 00000000000..4fce84fc7a6
--- /dev/null
+++ b/solr/licenses/jetty-jmx-10.0.17.jar.sha1
@@ -0,0 +1 @@
+bbcac3bd8cf03f4f75d86c9027ec5f6adf3c137b
diff --git a/solr/licenses/jetty-rewrite-10.0.16.jar.sha1
b/solr/licenses/jetty-rewrite-10.0.16.jar.sha1
deleted file mode 100644
index 9bb5bc57d25..00000000000
--- a/solr/licenses/jetty-rewrite-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6d482b3d7928d9fcdd00a3f5fd702e7a96d4727f
diff --git a/solr/licenses/jetty-rewrite-10.0.17.jar.sha1
b/solr/licenses/jetty-rewrite-10.0.17.jar.sha1
new file mode 100644
index 00000000000..89c5d37f4e4
--- /dev/null
+++ b/solr/licenses/jetty-rewrite-10.0.17.jar.sha1
@@ -0,0 +1 @@
+5cd4d6fb5f6038c2cb92bcebee228ee54714b442
diff --git a/solr/licenses/jetty-security-10.0.16.jar.sha1
b/solr/licenses/jetty-security-10.0.16.jar.sha1
deleted file mode 100644
index fbdc2b91405..00000000000
--- a/solr/licenses/jetty-security-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7735aba773abefb79f0f68e058bf7b303df9364e
diff --git a/solr/licenses/jetty-security-10.0.17.jar.sha1
b/solr/licenses/jetty-security-10.0.17.jar.sha1
new file mode 100644
index 00000000000..560e32f6a72
--- /dev/null
+++ b/solr/licenses/jetty-security-10.0.17.jar.sha1
@@ -0,0 +1 @@
+e802a2ad37f38fbd0ea44f878079f891a57902ea
diff --git a/solr/licenses/jetty-server-10.0.16.jar.sha1
b/solr/licenses/jetty-server-10.0.16.jar.sha1
deleted file mode 100644
index 0220349e506..00000000000
--- a/solr/licenses/jetty-server-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-fefaa98e95b9737562d196d24f7846734ce99e17
diff --git a/solr/licenses/jetty-server-10.0.17.jar.sha1
b/solr/licenses/jetty-server-10.0.17.jar.sha1
new file mode 100644
index 00000000000..71f3b913b0c
--- /dev/null
+++ b/solr/licenses/jetty-server-10.0.17.jar.sha1
@@ -0,0 +1 @@
+8cce6c62ef95e5f8cbd0775f708b0423a7166da6
diff --git a/solr/licenses/jetty-servlet-10.0.16.jar.sha1
b/solr/licenses/jetty-servlet-10.0.16.jar.sha1
deleted file mode 100644
index 4fe3c7337b4..00000000000
--- a/solr/licenses/jetty-servlet-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-3b995aca89a81109672587f81d411efbd0530d2a
diff --git a/solr/licenses/jetty-servlet-10.0.17.jar.sha1
b/solr/licenses/jetty-servlet-10.0.17.jar.sha1
new file mode 100644
index 00000000000..894d01076c9
--- /dev/null
+++ b/solr/licenses/jetty-servlet-10.0.17.jar.sha1
@@ -0,0 +1 @@
+168984188c99004702cd9705728e54e1b441f8cd
diff --git a/solr/licenses/jetty-servlets-10.0.16.jar.sha1
b/solr/licenses/jetty-servlets-10.0.16.jar.sha1
deleted file mode 100644
index 4527090c936..00000000000
--- a/solr/licenses/jetty-servlets-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-dcb14edd4b5453f38f7dc084bb43003090c6f8fa
diff --git a/solr/licenses/jetty-servlets-10.0.17.jar.sha1
b/solr/licenses/jetty-servlets-10.0.17.jar.sha1
new file mode 100644
index 00000000000..ed1e8644873
--- /dev/null
+++ b/solr/licenses/jetty-servlets-10.0.17.jar.sha1
@@ -0,0 +1 @@
+bfe572f5f0ad314e2dbfddbc44abe8e619034997
diff --git a/solr/licenses/jetty-start-10.0.16-shaded.jar.sha1
b/solr/licenses/jetty-start-10.0.16-shaded.jar.sha1
deleted file mode 100644
index 2a43ac78457..00000000000
--- a/solr/licenses/jetty-start-10.0.16-shaded.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-d9960222bae7b11846d919557dbef0296d157a3e
diff --git a/solr/licenses/jetty-start-10.0.17-shaded.jar.sha1
b/solr/licenses/jetty-start-10.0.17-shaded.jar.sha1
new file mode 100644
index 00000000000..b2f28f33937
--- /dev/null
+++ b/solr/licenses/jetty-start-10.0.17-shaded.jar.sha1
@@ -0,0 +1 @@
+ee571948efc88538f4ecf21824d43e2ffa636592
diff --git a/solr/licenses/jetty-util-10.0.16.jar.sha1
b/solr/licenses/jetty-util-10.0.16.jar.sha1
deleted file mode 100644
index a2c6113afe7..00000000000
--- a/solr/licenses/jetty-util-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-1513b0c4d8ce627835a5511950d4c40be6450258
diff --git a/solr/licenses/jetty-util-10.0.17.jar.sha1
b/solr/licenses/jetty-util-10.0.17.jar.sha1
new file mode 100644
index 00000000000..b2c72469369
--- /dev/null
+++ b/solr/licenses/jetty-util-10.0.17.jar.sha1
@@ -0,0 +1 @@
+2d8f2579b230660cca19410e61ea22635564f362
diff --git a/solr/licenses/jetty-webapp-10.0.16.jar.sha1
b/solr/licenses/jetty-webapp-10.0.16.jar.sha1
deleted file mode 100644
index 77c5f35abf2..00000000000
--- a/solr/licenses/jetty-webapp-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5e84843afea5f39fda05c301abd0b7cfe929ec8c
diff --git a/solr/licenses/jetty-webapp-10.0.17.jar.sha1
b/solr/licenses/jetty-webapp-10.0.17.jar.sha1
new file mode 100644
index 00000000000..5dd1dc06018
--- /dev/null
+++ b/solr/licenses/jetty-webapp-10.0.17.jar.sha1
@@ -0,0 +1 @@
+0de2baa32c8ecf3217182e8e176f582fef9ca46f
diff --git a/solr/licenses/jetty-xml-10.0.16.jar.sha1
b/solr/licenses/jetty-xml-10.0.16.jar.sha1
deleted file mode 100644
index 2369cf061df..00000000000
--- a/solr/licenses/jetty-xml-10.0.16.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-66dc24cea5422d14e9482dc4273d7ccea4b1def7
diff --git a/solr/licenses/jetty-xml-10.0.17.jar.sha1
b/solr/licenses/jetty-xml-10.0.17.jar.sha1
new file mode 100644
index 00000000000..8942be24c99
--- /dev/null
+++ b/solr/licenses/jetty-xml-10.0.17.jar.sha1
@@ -0,0 +1 @@
+1c56a0c61b36999d83343cc4bf36c26f2ba9477b
diff --git a/versions.lock b/versions.lock
index 3608aa245a4..f362055c7ca 100644
--- a/versions.lock
+++ b/versions.lock
@@ -283,28 +283,28 @@ org.codehaus.janino:janino:3.1.9 (1 constraints: 650dbd2c)
org.codehaus.woodstox:stax2-api:4.2.1 (2 constraints: 36152eaf)
org.codelibs:jhighlight:1.1.0 (1 constraints: 590ce401)
org.conscrypt:conscrypt-openjdk-uber:2.5.2 (1 constraints: ed0fea95)
-org.eclipse.jetty:jetty-alpn-client:10.0.16 (3 constraints: f42ea460)
-org.eclipse.jetty:jetty-alpn-java-client:10.0.16 (2 constraints: 211bd36e)
-org.eclipse.jetty:jetty-alpn-java-server:10.0.16 (1 constraints: 6a059240)
-org.eclipse.jetty:jetty-alpn-server:10.0.16 (2 constraints: f7164449)
-org.eclipse.jetty:jetty-client:10.0.16 (2 constraints: 211bd36e)
-org.eclipse.jetty:jetty-deploy:10.0.16 (1 constraints: 6a059240)
-org.eclipse.jetty:jetty-http:10.0.16 (6 constraints: 7c4f568f)
-org.eclipse.jetty:jetty-io:10.0.16 (9 constraints: be7da0e9)
-org.eclipse.jetty:jetty-jmx:10.0.16 (1 constraints: 6a059240)
-org.eclipse.jetty:jetty-rewrite:10.0.16 (1 constraints: 6a059240)
-org.eclipse.jetty:jetty-security:10.0.16 (2 constraints: be134779)
-org.eclipse.jetty:jetty-server:10.0.16 (7 constraints: e46d1928)
-org.eclipse.jetty:jetty-servlet:10.0.16 (2 constraints: 38137261)
-org.eclipse.jetty:jetty-servlets:10.0.16 (1 constraints: 6a059240)
-org.eclipse.jetty:jetty-util:10.0.16 (9 constraints: b981f598)
-org.eclipse.jetty:jetty-webapp:10.0.16 (2 constraints: 4613fa61)
-org.eclipse.jetty:jetty-xml:10.0.16 (3 constraints: 142134bb)
-org.eclipse.jetty.http2:http2-client:10.0.16 (2 constraints: 211bd36e)
-org.eclipse.jetty.http2:http2-common:10.0.16 (3 constraints: e2247262)
-org.eclipse.jetty.http2:http2-hpack:10.0.16 (2 constraints: 241599e0)
-org.eclipse.jetty.http2:http2-http-client-transport:10.0.16 (1 constraints:
6a059240)
-org.eclipse.jetty.http2:http2-server:10.0.16 (1 constraints: 6a059240)
+org.eclipse.jetty:jetty-alpn-client:10.0.17 (3 constraints: f72e2e61)
+org.eclipse.jetty:jetty-alpn-java-client:10.0.17 (2 constraints: 231b136f)
+org.eclipse.jetty:jetty-alpn-java-server:10.0.17 (1 constraints: 6b059340)
+org.eclipse.jetty:jetty-alpn-server:10.0.17 (2 constraints: f9167949)
+org.eclipse.jetty:jetty-client:10.0.17 (2 constraints: 231b136f)
+org.eclipse.jetty:jetty-deploy:10.0.17 (1 constraints: 6b059340)
+org.eclipse.jetty:jetty-http:10.0.17 (6 constraints: 814f3f91)
+org.eclipse.jetty:jetty-io:10.0.17 (9 constraints: c67d94ee)
+org.eclipse.jetty:jetty-jmx:10.0.17 (1 constraints: 6b059340)
+org.eclipse.jetty:jetty-rewrite:10.0.17 (1 constraints: 6b059340)
+org.eclipse.jetty:jetty-security:10.0.17 (2 constraints: c0137379)
+org.eclipse.jetty:jetty-server:10.0.17 (7 constraints: e96d982b)
+org.eclipse.jetty:jetty-servlet:10.0.17 (2 constraints: 3a139d61)
+org.eclipse.jetty:jetty-servlets:10.0.17 (1 constraints: 6b059340)
+org.eclipse.jetty:jetty-util:10.0.17 (9 constraints: c081b69e)
+org.eclipse.jetty:jetty-webapp:10.0.17 (2 constraints: 48132562)
+org.eclipse.jetty:jetty-xml:10.0.17 (3 constraints: 1721b2bb)
+org.eclipse.jetty.http2:http2-client:10.0.17 (2 constraints: 231b136f)
+org.eclipse.jetty.http2:http2-common:10.0.17 (3 constraints: e5240263)
+org.eclipse.jetty.http2:http2-hpack:10.0.17 (2 constraints: 2615cae0)
+org.eclipse.jetty.http2:http2-http-client-transport:10.0.17 (1 constraints:
6b059340)
+org.eclipse.jetty.http2:http2-server:10.0.17 (1 constraints: 6b059340)
org.eclipse.jetty.toolchain:jetty-servlet-api:4.0.6 (4 constraints: 883053bf)
org.gagravarr:vorbis-java-core:0.8 (1 constraints: 010c57e9)
org.gagravarr:vorbis-java-tika:0.8 (1 constraints: 010c57e9)
diff --git a/versions.props b/versions.props
index 65bb69c7433..878f64fb494 100644
--- a/versions.props
+++ b/versions.props
@@ -56,7 +56,7 @@ org.apache.zookeeper:*=3.9.1
org.bitbucket.b_c:jose4j=0.9.3
org.carrot2:carrot2-core=4.5.1
org.codehaus.woodstox:stax2-api=4.2.1
-org.eclipse.jetty*:*=10.0.16
+org.eclipse.jetty*:*=10.0.17
org.eclipse.jetty.toolchain:jetty-servlet-api=4.0.6
org.glassfish.hk2*:*=2.6.1
org.glassfish.jersey*:*=2.39.1