You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by lj...@apache.org on 2022/03/29 06:39:19 UTC

[ratis] branch master updated: RATIS-1561. Ratis - Upgrade JQuery to 3.5.1 (#630)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new aaab9f0  RATIS-1561. Ratis - Upgrade JQuery to 3.5.1 (#630)
aaab9f0 is described below

commit aaab9f037eba05ed2bb6c63c2e9444c77e416706
Author: Aryan Gupta <44...@users.noreply.github.com>
AuthorDate: Tue Mar 29 12:09:14 2022 +0530

    RATIS-1561. Ratis - Upgrade JQuery to 3.5.1 (#630)
---
 LICENSE                                                               | 4 ++--
 ratis-docs/pom.xml                                                    | 2 +-
 ratis-docs/themes/ratisdoc/layouts/partials/footer.html               | 2 +-
 .../ratisdoc/static/js/{jquery-3.4.1.min.js => jquery-3.5.1.min.js}   | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index 18bdf3e..8a4928c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -270,10 +270,10 @@ THE SOFTWARE.
 
 --
 
-JQuery v3.4.1
+JQuery v3.5.1
 ------
 The product bundles JQuery in
-ratis-docs/themes/ratisdoc/static/js/jquery-3.4.1.min.js
+ratis-docs/themes/ratisdoc/static/js/jquery-3.5.1.min.js
 which is licensed under MIT
 
 Copyright JS Foundation and other contributors, https://js.foundation/
diff --git a/ratis-docs/pom.xml b/ratis-docs/pom.xml
index 6586959..fe41673 100644
--- a/ratis-docs/pom.xml
+++ b/ratis-docs/pom.xml
@@ -52,7 +52,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         <configuration>
           <excludes>
             <exclude>themes/ratisdoc/static/js/bootstrap.min.js</exclude>
-            <exclude>themes/ratisdoc/static/js/jquery-3.4.1.min.js</exclude>
+            <exclude>themes/ratisdoc/static/js/jquery-3.5.1.min.js</exclude>
             <exclude>themes/ratisdoc/static/css/bootstrap-theme.min.css
             </exclude>
             <exclude>themes/ratisdoc/static/css/bootstrap.min.css.map</exclude>
diff --git a/ratis-docs/themes/ratisdoc/layouts/partials/footer.html b/ratis-docs/themes/ratisdoc/layouts/partials/footer.html
index 001e406..7a7c13f 100644
--- a/ratis-docs/themes/ratisdoc/layouts/partials/footer.html
+++ b/ratis-docs/themes/ratisdoc/layouts/partials/footer.html
@@ -17,6 +17,6 @@
 <!-- Bootstrap core JavaScript
 ================================================== -->
 <!-- Placed at the end of the document so the pages load faster -->
-<script src="{{ "js/jquery-3.4.1.min.js" | relURL}}"></script>
+<script src="{{ "js/jquery-3.5.1.min.js" | relURL}}"></script>
 <script src="{{ "js/ratisdoc.js" | relURL}}"></script>
 <script src="{{ "js/bootstrap.min.js" | relURL}}"></script>
diff --git a/ratis-docs/themes/ratisdoc/static/js/jquery-3.4.1.min.js b/ratis-docs/themes/ratisdoc/static/js/jquery-3.5.1.min.js
similarity index 99%
rename from ratis-docs/themes/ratisdoc/static/js/jquery-3.4.1.min.js
rename to ratis-docs/themes/ratisdoc/static/js/jquery-3.5.1.min.js
index a1c07fd..d310531 100644
--- a/ratis-docs/themes/ratisdoc/static/js/jquery-3.4.1.min.js
+++ b/ratis-docs/themes/ratisdoc/static/js/jquery-3.5.1.min.js
@@ -1,2 +1,2 @@
-/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
-!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e& [...]
+/*! jQuery v3.5.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e& [...]