aboutsummaryrefslogtreecommitdiffstats
path: root/client/client-full/src/main/resources/webapp/index.html
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-07-02 11:01:03 +0000
committerliamfallon <liam.fallon@est.tech>2019-07-02 11:01:03 +0000
commit791ef7832edc7478ec344ed47c90aa5826e95b8e (patch)
tree3ade4a1bebc34db84a00bad1ab03da37f17316ba /client/client-full/src/main/resources/webapp/index.html
parenta53d04a49c67c6b89304bf90459162327e8ed475 (diff)
Fix security vulnerabilities in apex-pdp
Upgraded the versions of avro, jquery and jgroups to versions in order to remove security vulnerabilities. Issue-ID: POLICY-1074 Change-Id: I412b9c951b061b19e6ae6edacf7b3785d4c7869b Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'client/client-full/src/main/resources/webapp/index.html')
-rw-r--r--client/client-full/src/main/resources/webapp/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client-full/src/main/resources/webapp/index.html b/client/client-full/src/main/resources/webapp/index.html
index 09ed79754..62069b11f 100644
--- a/client/client-full/src/main/resources/webapp/index.html
+++ b/client/client-full/src/main/resources/webapp/index.html
@@ -93,7 +93,7 @@
</div>
<!-- jQuery -->
- <script src="js/jquery/jquery-3.3.1.min.js"></script>
+ <script src="js/jquery/jquery-3.4.1.min.js"></script>
<!-- Apex services client JS files -->
<script type="text/javascript" src="js/ApexMain.js"></script>