You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by dz...@apache.org on 2021/12/01 13:26:05 UTC

[drill] branch master updated: upgrade JQuery version for CVE (#2391)

This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new ecdb8db  upgrade JQuery version for CVE (#2391)
ecdb8db is described below

commit ecdb8db222cc64be4b7971549ae9c8af7f932c87
Author: kingswanwho <ch...@gmail.com>
AuthorDate: Wed Dec 1 21:25:56 2021 +0800

    upgrade JQuery version for CVE (#2391)
    
    Co-authored-by: kingswanwho <ji...@u.northwestern.edu>
---
 drill-yarn/src/main/resources/drill-am/generic.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drill-yarn/src/main/resources/drill-am/generic.ftl b/drill-yarn/src/main/resources/drill-am/generic.ftl
index 20f606e..803ed36 100644
--- a/drill-yarn/src/main/resources/drill-am/generic.ftl
+++ b/drill-yarn/src/main/resources/drill-am/generic.ftl
@@ -34,7 +34,7 @@
       <link href="/static/css/bootstrap.min.css" rel="stylesheet">
       <link href="/drill-am/static/css/drill-am.css" rel="stylesheet">
 
-      <script src="/static/js/jquery-3.4.1.min.js"></script>
+      <script src="/static/js/jquery-3.6.0.min.js"></script>
       <script src="/static/js/bootstrap.min.js"></script>
 
       <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->