Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-03-25 05:18:18 +0000
committerSravan Kumar Lakkimsetti2021-03-25 13:58:28 +0000
commitb2f31f6695be773ec2efc4cbe6e7adffc7ea0f1e (patch)
tree37e893d0fb002d3dd10791e89942b81bda2b15df
parent28aac2514656c669ffa16acb996c77def3d4a8d4 (diff)
downloadeclipse.platform.ua-b2f31f6695be773ec2efc4cbe6e7adffc7ea0f1e.tar.gz
eclipse.platform.ua-b2f31f6695be773ec2efc4cbe6e7adffc7ea0f1e.tar.xz
eclipse.platform.ua-b2f31f6695be773ec2efc4cbe6e7adffc7ea0f1e.zip
Bug 571423 - Update to jetty-9.4.37.v20210219
Change-Id: Iafbb9ef267c9ab09b6a66c1cef51906e3e3bab8c Signed-off-by: kitlo <kitlo@us.ibm.com> Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> (cherry picked from commit 4f5ab522a9815e32c8b35bee50a5e4f6573595df)
-rw-r--r--org.eclipse.help.webapp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index e02982e8c..5f7cdf1e8 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.35.v20201120</version>
+ <version>9.4.37.v20210219</version>
<executions>
<execution>
<id>jspc</id>

Back to the top