[KYUUBI #711] [BUILD] Bump jetty 9.4.41.v20210516

<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/NetEase/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
close #710

### _How was this patch tested?_
- [ ] 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.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request

Closes #711 from pan3793/jetty.

Closes #711

95bd9a32 [Cheng Pan] [BUILD] Bump jetty 9.4.41.v20210516

Authored-by: Cheng Pan <379377944@qq.com>
Signed-off-by: Kent Yao <yao@apache.org>
This commit is contained in:
Cheng Pan 2021-06-24 22:59:04 +08:00 committed by Kent Yao
parent 940cd0e6d5
commit 5276cfbecb
No known key found for this signature in database
GPG Key ID: F7051850A0AF904D
2 changed files with 8 additions and 8 deletions

View File

@ -33,13 +33,13 @@ jackson-databind/2.11.4//jackson-databind-2.11.4.jar
jakarta.servlet-api/4.0.4//jakarta.servlet-api-4.0.4.jar
javassist/3.18.1-GA//javassist-3.18.1-GA.jar
jcl-over-slf4j/1.7.30//jcl-over-slf4j-1.7.30.jar
jetty-http/9.4.40.v20210413//jetty-http-9.4.40.v20210413.jar
jetty-io/9.4.40.v20210413//jetty-io-9.4.40.v20210413.jar
jetty-security/9.4.40.v20210413//jetty-security-9.4.40.v20210413.jar
jetty-server/9.4.40.v20210413//jetty-server-9.4.40.v20210413.jar
jetty-servlet/9.4.40.v20210413//jetty-servlet-9.4.40.v20210413.jar
jetty-util-ajax/9.4.40.v20210413//jetty-util-ajax-9.4.40.v20210413.jar
jetty-util/9.4.40.v20210413//jetty-util-9.4.40.v20210413.jar
jetty-http/9.4.41.v20210516//jetty-http-9.4.41.v20210516.jar
jetty-io/9.4.41.v20210516//jetty-io-9.4.41.v20210516.jar
jetty-security/9.4.41.v20210516//jetty-security-9.4.41.v20210516.jar
jetty-server/9.4.41.v20210516//jetty-server-9.4.41.v20210516.jar
jetty-servlet/9.4.41.v20210516//jetty-servlet-9.4.41.v20210516.jar
jetty-util-ajax/9.4.41.v20210516//jetty-util-ajax-9.4.41.v20210516.jar
jetty-util/9.4.41.v20210516//jetty-util-9.4.41.v20210516.jar
libfb303/0.9.3//libfb303-0.9.3.jar
libthrift/0.9.3//libthrift-0.9.3.jar
log4j/1.2.17//log4j-1.2.17.jar

View File

@ -74,7 +74,7 @@
<hive.version>2.3.7</hive.version>
<jackson.version>2.11.4</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jetty.version>9.4.40.v20210413</jetty.version>
<jetty.version>9.4.41.v20210516</jetty.version>
<ldapsdk.version>5.1.4</ldapsdk.version>
<prometheus.version>0.10.0</prometheus.version>
<spark.version>3.0.2</spark.version>