diff options
author | Kit Lo | 2021-09-23 01:25:23 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2021-09-23 05:27:30 +0000 |
commit | 67008a73e4ea89903dab75fd5977c64633fb8741 (patch) | |
tree | 1bd3fc8a74c1279515cccf590c06e36c78f9b9c7 | |
parent | 2ad6fba922e46d32e64d51e3b35b97214e40d5ff (diff) | |
download | eclipse.platform.ua-67008a73e4ea89903dab75fd5977c64633fb8741.tar.gz eclipse.platform.ua-67008a73e4ea89903dab75fd5977c64633fb8741.tar.xz eclipse.platform.ua-67008a73e4ea89903dab75fd5977c64633fb8741.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>
-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 f827689ba..f5191b24b 100644 --- a/org.eclipse.help.webapp/forceQualifierUpdate.txt +++ b/org.eclipse.help.webapp/forceQualifierUpdate.txt @@ -5,3 +5,4 @@ Bug 510404 - Comparator errors in I20170112-2000 Bug 558450 - Unanticipated comparator errors in I20191218-1805 Bug 571423 - Update to jetty-9.4.37.v20210219 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 36782ecb4..32064f22f 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> |