diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index a224714..0b4fd21 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -4,7 +4,7 @@
+2022-04-07 jQuery 3.6.0.
2020-11-20 Support 'float' and 'short' arrays.
2020-11-02 "Summary" with totals.
2020-10-28 Update to JCA 2.3.7 to 2.4.6.
diff --git a/src/main/webapp/js/jquery-3.3.1.js b/src/main/webapp/js/jquery.js
similarity index 85%
rename from src/main/webapp/js/jquery-3.3.1.js
rename to src/main/webapp/js/jquery.js
index 9b5206b..fc6c299 100644
--- a/src/main/webapp/js/jquery-3.3.1.js
+++ b/src/main/webapp/js/jquery.js
@@ -1,15 +1,15 @@
/*!
- * jQuery JavaScript Library v3.3.1
+ * jQuery JavaScript Library v3.6.0
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
- * Copyright JS Foundation and other contributors
+ * Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
- * Date: 2018-01-20T17:24Z
+ * Date: 2021-03-02T17:08Z
*/
( function( global, factory ) {
@@ -47,13 +47,16 @@
var arr = [];
-var document = window.document;
-
var getProto = Object.getPrototypeOf;
var slice = arr.slice;
-var concat = arr.concat;
+var flat = arr.flat ? function( array ) {
+ return arr.flat.call( array );
+} : function( array ) {
+ return arr.concat.apply( [], array );
+};
+
var push = arr.push;
@@ -73,12 +76,16 @@ var support = {};
var isFunction = function isFunction( obj ) {
- // Support: Chrome <=57, Firefox <=52
- // In some browsers, typeof returns "function" for HTML