[KYUUBI #4079] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201

### _Why are the changes needed?_

- https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.50.v20221201
- https://github.com/eclipse/jetty.project/releases/tag/jetty-9.4.49.v20220914

### _How was this patch tested?_
- [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4079 from bowenliang123/jetty-9.4.50.

Closes #4079

e60883c1 [liangbowen] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201
6763d56f [liangbowen] Bump Jetty from 9.4.48.v20220622 to 9.4.50.v20221201

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
liangbowen 2023-01-04 18:01:55 +08:00 committed by Cheng Pan
parent c3741ae562
commit bfc56b2cf5
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 8 additions and 8 deletions

View File

@ -92,13 +92,13 @@ jetcd-api/0.7.3//jetcd-api-0.7.3.jar
jetcd-common/0.7.3//jetcd-common-0.7.3.jar
jetcd-core/0.7.3//jetcd-core-0.7.3.jar
jetcd-grpc/0.7.3//jetcd-grpc-0.7.3.jar
jetty-http/9.4.48.v20220622//jetty-http-9.4.48.v20220622.jar
jetty-io/9.4.48.v20220622//jetty-io-9.4.48.v20220622.jar
jetty-security/9.4.48.v20220622//jetty-security-9.4.48.v20220622.jar
jetty-server/9.4.48.v20220622//jetty-server-9.4.48.v20220622.jar
jetty-servlet/9.4.48.v20220622//jetty-servlet-9.4.48.v20220622.jar
jetty-util-ajax/9.4.48.v20220622//jetty-util-ajax-9.4.48.v20220622.jar
jetty-util/9.4.48.v20220622//jetty-util-9.4.48.v20220622.jar
jetty-http/9.4.50.v20221201//jetty-http-9.4.50.v20221201.jar
jetty-io/9.4.50.v20221201//jetty-io-9.4.50.v20221201.jar
jetty-security/9.4.50.v20221201//jetty-security-9.4.50.v20221201.jar
jetty-server/9.4.50.v20221201//jetty-server-9.4.50.v20221201.jar
jetty-servlet/9.4.50.v20221201//jetty-servlet-9.4.50.v20221201.jar
jetty-util-ajax/9.4.50.v20221201//jetty-util-ajax-9.4.50.v20221201.jar
jetty-util/9.4.50.v20221201//jetty-util-9.4.50.v20221201.jar
jline/0.9.94//jline-0.9.94.jar
jul-to-slf4j/1.7.36//jul-to-slf4j-1.7.36.jar
kubernetes-client/5.12.1//kubernetes-client-5.12.1.jar

View File

@ -162,7 +162,7 @@
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
<jakarta.activation.version>1.2.1</jakarta.activation.version>
<jersey.version>2.36</jersey.version>
<jetty.version>9.4.48.v20220622</jetty.version>
<jetty.version>9.4.50.v20221201</jetty.version>
<jline.version>0.9.94</jline.version>
<junit.version>4.13.1</junit.version>
<kubernetes-client.version>5.12.1</kubernetes-client.version>