Bug 541654: [R-Help] Update Spring Boot to 2.1.4

Change-Id: I0408a3e0d37c53d760c9d56d97eef95a41c38517
diff --git a/NOTICE.md b/NOTICE.md
index 39013f6..35362da 100644
--- a/NOTICE.md
+++ b/NOTICE.md
@@ -109,47 +109,47 @@
   * Project: https://github.com/google/guava
   * License: Apache-2.0 AND LicenseRef-Public-Domain
 
-Spring Web (5.1.3)
+Spring Web (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Core (5.1.3)
+Spring Core (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0 AND BSD-3-Clause
 
-Spring Beans (5.1.3)
+Spring Beans (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Context (5.1.3)
+Spring Context (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring AOP (5.1.3)
+Spring AOP (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Expression Language (5.1.3)
+Spring Expression Language (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Commons Logging Bridge (jcl) (5.1.3)
+Spring Commons Logging Bridge (jcl) (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Boot (2.1.1)
+Spring Boot (2.1.4)
   * Project: https://spring.io/projects/spring-boot
   * License: Apache-2.0
 
-Spring Boot AutoConfigure (2.1.1)
+Spring Boot AutoConfigure (2.1.4)
   * Project: https://spring.io/projects/spring-boot
   * License: Apache-2.0
 
-SLF4J API (1.7.25)
+SLF4J API (1.7.26)
   * Project: https://www.slf4j.org
   * License: MIT
 
-JUL to SLF4J Bridge (1.7.25)
+JUL to SLF4J Bridge (1.7.26)
   * Project: https://www.slf4j.org
   * License: MIT
 
diff --git a/rhelp/org.eclipse.statet.rhelp.server/legal-resources/NOTICE.md b/rhelp/org.eclipse.statet.rhelp.server/legal-resources/NOTICE.md
index 6b3189e..0a352b6 100644
--- a/rhelp/org.eclipse.statet.rhelp.server/legal-resources/NOTICE.md
+++ b/rhelp/org.eclipse.statet.rhelp.server/legal-resources/NOTICE.md
@@ -76,39 +76,39 @@
 Java Servlet API (3.1.0)
   * License: CDDL, Apache-2.0
 
-Spring Web (5.1.3)
+Spring Web (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Core (5.1.3)
+Spring Core (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0 AND BSD-3-Clause
 
-Spring Beans (5.1.3)
+Spring Beans (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Context (5.1.3)
+Spring Context (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring AOP (5.1.3)
+Spring AOP (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Expression Language (5.1.3)
+Spring Expression Language (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Commons Logging Bridge (jcl) (5.1.3)
+Spring Commons Logging Bridge (jcl) (5.1.6)
   * Project: https://spring.io/projects/spring-framework
   * License: Apache-2.0
 
-Spring Boot (2.1.1)
+Spring Boot (2.1.4)
   * Project: https://spring.io/projects/spring-boot
   * License: Apache-2.0
 
-Spring Boot AutoConfigure (2.1.1)
+Spring Boot AutoConfigure (2.1.4)
   * Project: https://spring.io/projects/spring-boot
   * License: Apache-2.0
 
@@ -116,11 +116,11 @@
   * Project: https://bitbucket.org/asomov/snakeyaml
   * License: Apache-2.0
 
-SLF4J API (1.7.25)
+SLF4J API (1.7.26)
   * Project: https://www.slf4j.org
   * License: MIT
 
-JUL to SLF4J Bridge (1.7.25)
+JUL to SLF4J Bridge (1.7.26)
   * Project: https://www.slf4j.org
   * License: MIT
 
diff --git a/rhelp/org.eclipse.statet.rhelp.server/pom.xml b/rhelp/org.eclipse.statet.rhelp.server/pom.xml
index 931fb91..85b1d9d 100644
--- a/rhelp/org.eclipse.statet.rhelp.server/pom.xml
+++ b/rhelp/org.eclipse.statet.rhelp.server/pom.xml
@@ -28,7 +28,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.1.1.RELEASE</version>
+		<version>2.1.4.RELEASE</version>
 		<relativePath/>
 	</parent>
 	
@@ -39,7 +39,7 @@
 		
 		<java.version>1.8</java.version>
 		
-		<jetty.version>9.4.14.v20181114</jetty.version>
+		<!-- >jetty.version>9.4.14.v20181114</jetty.version -->
 		
 		<qualifier.format>yyyyMMddHHmm</qualifier.format>
 		<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>