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

mawiesne pushed a commit to branch update-jquery-version
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git

commit 839dd8fefd02893be00695bcd513c7b8b0b01566
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Oct 28 20:25:43 2024 +0100

    updates JQuery to version 3.7.1
    - see release notes: 
https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/
---
 src/main/jbake/assets/js/jquery-3.2.1.min.js | 4 ----
 src/main/jbake/assets/js/jquery-3.7.1.min.js | 2 ++
 src/main/jbake/templates/footer.ftl          | 2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/main/jbake/assets/js/jquery-3.2.1.min.js 
b/src/main/jbake/assets/js/jquery-3.2.1.min.js
deleted file mode 100644
index 644d35e2..00000000
--- a/src/main/jbake/assets/js/jquery-3.2.1.min.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | 
jquery.org/license */
-!function(a,b){"use strict";"object"==typeof module&&"object"==typeof 
module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw
 new Error("jQuery requires a window with a document");return 
b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use 
strict";var 
c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function
 p(a,b){b=b||d;var c=b.createElem [...]
-a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var
 T=function(a,b,c,d,e,f,g){var 
h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in 
c)T(a,b,h,c[h],!0,f,g)}else if(void 
0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return
 j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d: [...]
-null==d?void 
0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var
 c=a.value;return 
a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var 
c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return
 
b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var
 c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();r [...]
diff --git a/src/main/jbake/assets/js/jquery-3.7.1.min.js 
b/src/main/jbake/assets/js/jquery-3.7.1.min.js
new file mode 100644
index 00000000..798cc8bf
--- /dev/null
+++ b/src/main/jbake/assets/js/jquery-3.7.1.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.7.1 | (c) OpenJS 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(ie,e){"use 
strict";var 
oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return 
oe.flat.call(e)}:function(e){return 
oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue
 [...]
\ No newline at end of file
diff --git a/src/main/jbake/templates/footer.ftl 
b/src/main/jbake/templates/footer.ftl
index ac219d2f..5bab5d24 100755
--- a/src/main/jbake/templates/footer.ftl
+++ b/src/main/jbake/templates/footer.ftl
@@ -30,7 +30,7 @@
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://www.apachecon.com/event-images/snippet.js";></script>
-    <script src="/js/jquery-3.2.1.min.js"></script>
+    <script src="/js/jquery-3.7.1.min.js"></script>
     <script src="/js/bootstrap.min.js"></script>
     <script src="/js/prettify.js"></script>
     

Reply via email to