diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-14 15:52:33 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-14 22:53:53 +0000 |
commit | 4d31a45ccf1ce982ee1884a414fc66e3b9e06d32 (patch) | |
tree | b6665dd29db081dc655d62373dea7889d0074801 | |
parent | 18cf4e3cbda5c08c4ba3d5be005b959d54af3e71 (diff) |
Downgrade bootstrap to 4.1.21.2.1
Downgrade bootstrap to 4.1.2 due to CVE issues with 4.1.3.
Change-Id: Id53a4d87e2b76f95faf22546f8a6ad670af77d15
Issue-ID: INT-656
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | dependencies/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/pom.xml b/dependencies/pom.xml index a8bed34..ff93442 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -85,7 +85,7 @@ <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> - <version>4.1.3</version> + <version>4.1.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |