Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-04-22 03:07:28 +0000
committerKit Lo2021-04-22 03:29:50 +0000
commit64cd1eab15152d45ff55ea524d2647548a34641b (patch)
tree94204d02c03387aadd6de5f60806f89e07289a55
parent20170940bd973bcd2df1c68ec085776972cd93af (diff)
downloadeclipse.platform.ua-64cd1eab15152d45ff55ea524d2647548a34641b.tar.gz
eclipse.platform.ua-64cd1eab15152d45ff55ea524d2647548a34641b.tar.xz
eclipse.platform.ua-64cd1eab15152d45ff55ea524d2647548a34641b.zip
Bug 573066 - Update to Jetty 9.4.40
Change-Id: Ied7cbe8409f2813256e1ad589dc9c583a1af3cb1 Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ua/+/179645
-rw-r--r--org.eclipse.help.webapp/forceQualifierUpdate.txt1
-rw-r--r--org.eclipse.help.webapp/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/forceQualifierUpdate.txt b/org.eclipse.help.webapp/forceQualifierUpdate.txt
index d1fdc963d..f827689ba 100644
--- a/org.eclipse.help.webapp/forceQualifierUpdate.txt
+++ b/org.eclipse.help.webapp/forceQualifierUpdate.txt
@@ -4,3 +4,4 @@ Bug 430284 - Update Orbit pre-reqs to latest Orbit I-build
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
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index cc066103d..2d4dc3c15 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.37.v20210219</version>
+ <version>9.4.40.v20210413</version>
<executions>
<execution>
<id>jspc</id>

Back to the top