From be57fe3d8b52760b4056b8a80a7d88fcb1d052fa Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Tue, 6 Oct 2020 18:03:38 +0200 Subject: [PATCH] Upgrade jquery to 3.5.1. --- spring-cloud-netflix-eureka-server/src/main/wro/wro.xml | 2 +- spring-cloud-netflix-hystrix-dashboard/pom.xml | 2 +- .../src/main/resources/templates/hystrix/index.ftlh | 2 +- .../src/main/resources/templates/hystrix/monitor.ftlh | 2 +- .../netflix/hystrix/dashboard/HystrixDashboardContextTests.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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;