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 b64e39e94..6a48e9720 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/3.4.1/jquery.min.js + webjar:jquery/3.5.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 3482353c1..5bfc2bf1b 100644 --- a/spring-cloud-netflix-hystrix-dashboard/pom.xml +++ b/spring-cloud-netflix-hystrix-dashboard/pom.xml @@ -48,7 +48,7 @@ org.webjars jquery - 3.4.1 + 3.5.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 e1a4e570e..028c9ad19 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 1d2ed313c..53318d61d 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/3.4.1/jquery.min.js"; + public static final String JQUERY_PATH = "/context/webjars/jquery/3.5.1/jquery.min.js"; @LocalServerPort private int port = 0;