diff options
-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> |