diff --git a/spring-cloud-netflix-eureka-server/pom.xml b/spring-cloud-netflix-eureka-server/pom.xml
index 3b6114233..b2a22bbe9 100644
--- a/spring-cloud-netflix-eureka-server/pom.xml
+++ b/spring-cloud-netflix-eureka-server/pom.xml
@@ -201,7 +201,7 @@
org.webjars
jquery
- 2.1.1
+ 3.4.1
org.webjars
diff --git a/spring-cloud-netflix-eureka-server/src/main/wro/wro.xml b/spring-cloud-netflix-eureka-server/src/main/wro/wro.xml
index 47f1a5f35..b64e39e94 100644
--- a/spring-cloud-netflix-eureka-server/src/main/wro/wro.xml
+++ b/spring-cloud-netflix-eureka-server/src/main/wro/wro.xml
@@ -2,7 +2,7 @@
webjar:bootstrap/3.2.0/less/bootstrap.less
file:@.project.basedir.@/src/main/wro/main.less
- webjar:jquery/2.1.1/jquery.min.js
+ webjar:jquery/3.4.1/jquery.min.js
webjar:bootstrap/3.2.0/js/bootstrap.min.js
\ No newline at end of file
diff --git a/spring-cloud-netflix-hystrix-dashboard/pom.xml b/spring-cloud-netflix-hystrix-dashboard/pom.xml
index 76dfca190..ddd3212be 100644
--- a/spring-cloud-netflix-hystrix-dashboard/pom.xml
+++ b/spring-cloud-netflix-hystrix-dashboard/pom.xml
@@ -48,7 +48,7 @@
org.webjars
jquery
- 2.1.1
+ 3.4.1
org.webjars
diff --git a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh
index d9d62a692..e1a4e570e 100644
--- a/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh
+++ b/spring-cloud-netflix-hystrix-dashboard/src/main/resources/templates/hystrix/index.ftlh
@@ -7,7 +7,7 @@
Hystrix Dashboard
-
+
-
+
diff --git a/spring-cloud-netflix-hystrix-dashboard/src/test/java/org/springframework/cloud/netflix/hystrix/dashboard/HystrixDashboardContextTests.java b/spring-cloud-netflix-hystrix-dashboard/src/test/java/org/springframework/cloud/netflix/hystrix/dashboard/HystrixDashboardContextTests.java
index 19aeebaa5..6f34d4713 100644
--- a/spring-cloud-netflix-hystrix-dashboard/src/test/java/org/springframework/cloud/netflix/hystrix/dashboard/HystrixDashboardContextTests.java
+++ b/spring-cloud-netflix-hystrix-dashboard/src/test/java/org/springframework/cloud/netflix/hystrix/dashboard/HystrixDashboardContextTests.java
@@ -42,7 +42,7 @@ import static org.assertj.core.api.Assertions.assertThat;
"server.servlet.context-path=/context" })
public class HystrixDashboardContextTests {
- public static final String JQUERY_PATH = "/context/webjars/jquery/2.1.1/jquery.min.js";
+ public static final String JQUERY_PATH = "/context/webjars/jquery/3.4.1/jquery.min.js";
@LocalServerPort
private int port = 0;