diff options
author | Kit Lo | 2021-09-23 01:25:23 +0000 |
---|---|---|
committer | Kit Lo | 2021-09-24 01:23:28 +0000 |
commit | 481507981b994025191a0b0a37dad3e58202acc2 (patch) | |
tree | 743afcea13de5cfb88fb8ec0339932bf38ff60d0 | |
parent | dc4c222a5795adf84e9aac9ca2e7ff017296a613 (diff) | |
download | eclipse.platform.ua-481507981b994025191a0b0a37dad3e58202acc2.tar.gz eclipse.platform.ua-481507981b994025191a0b0a37dad3e58202acc2.tar.xz eclipse.platform.ua-481507981b994025191a0b0a37dad3e58202acc2.zip |
Bug 576203 - Update to Jetty 9.4.43
Change-Id: I1a998773a606425c9233347f1f4b368146e3e132
Signed-off-by: Kit Lo <kitlo@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185715
Tested-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Reviewed-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
(cherry picked from commit 67008a73e4ea89903dab75fd5977c64633fb8741)
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/185751
-rw-r--r-- | org.eclipse.help.webapp/forceQualifierUpdate.txt | 1 | ||||
-rw-r--r-- | org.eclipse.help.webapp/pom.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/forceQualifierUpdate.txt b/org.eclipse.help.webapp/forceQualifierUpdate.txt index f2bfcee09..1fbbdef5e 100644 --- a/org.eclipse.help.webapp/forceQualifierUpdate.txt +++ b/org.eclipse.help.webapp/forceQualifierUpdate.txt @@ -6,3 +6,4 @@ Bug 558450 - Unanticipated comparator errors in I20191218-1805 Bug 571423 - Update to jetty-9.4.37.v20210219 Bug 569855 - Vulnerability in Eclipse livehelp (CVE-2020-27225) Bug 573066 - Update to Jetty 9.4.40 +Bug 576203 - Update to Jetty 9.4.43 diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml index 775ff0d18..dd8a5dd3e 100644 --- a/org.eclipse.help.webapp/pom.xml +++ b/org.eclipse.help.webapp/pom.xml @@ -25,7 +25,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jspc-maven-plugin</artifactId> - <version>9.4.40.v20210413</version> + <version>9.4.43.v20210629</version> <executions> <execution> <id>jspc</id> |