This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new ccc49e6 HBASE-25746 [hbase-thirdparty] Update jetty to >= 9.4.39 due
to CVE-2021-28165 (#49)
ccc49e6 is described below
commit ccc49e6a78a00e61fa49f1292ace2f8bde28c54e
Author: Andrew Purtell <[email protected]>
AuthorDate: Thu Apr 8 10:24:28 2021 -0700
HBASE-25746 [hbase-thirdparty] Update jetty to >= 9.4.39 due to
CVE-2021-28165 (#49)
Signed-off-by: Wei-Chiu Chuang <[email protected]>
Signed-off-by: Jan Hentschel <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 374721d..273b235 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<commons-collections.version>4.4</commons-collections.version>
<error_prone_annotations.version>2.3.4</error_prone_annotations.version>
<gson.version>2.8.5</gson.version>
- <jetty.version>9.4.36.v20210114</jetty.version>
+ <jetty.version>9.4.39.v20210325</jetty.version>
<servlet-api.version>3.1.0</servlet-api.version>
<jersey.version>2.32</jersey.version>
<jakarta.inject.version>2.6.1</jakarta.inject.version>