[java-identity-provider] branch main updated: IDP-1786 - Upgrade jQuery to 3.6.0
Scott Cantor
cantor.2 at osu.edu
Tue Apr 6 12:48:54 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=40c96fd48f51dca305d60ed248b354ee17fd7e2c
The following commit(s) were added to refs/heads/main by this push:
new 40c96fd48 IDP-1786 - Upgrade jQuery to 3.6.0
40c96fd48 is described below
commit 40c96fd48f51dca305d60ed248b354ee17fd7e2c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 6 08:48:51 2021 -0400
IDP-1786 - Upgrade jQuery to 3.6.0
https://issues.shibboleth.net/jira/browse/IDP-1786
---
.../src/main/resources/net/shibboleth/idp/views/logout/propagate.vm | 2 +-
idp-war/src/main/webapp/js/jquery-3.4.1.min.js | 2 --
idp-war/src/main/webapp/js/jquery-3.6.0.min.js | 2 ++
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/views/logout/propagate.vm b/idp-conf-impl/src/main/resources/net/shibboleth/idp/views/logout/propagate.vm
index e9a4dbf05..588ee8099 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/views/logout/propagate.vm
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/views/logout/propagate.vm
@@ -47,7 +47,7 @@
title="$logoutTitle">$htmlEncoder.encodeForHTML($serviceName)</li>
#end
</ol>
- <script src="$request.getContextPath()/js/jquery-3.4.1.min.js"></script>
+ <script src="$request.getContextPath()/js/jquery-3.6.0.min.js"></script>
<script>
<!--
function check_status() {
diff --git a/idp-war/src/main/webapp/js/jquery-3.4.1.min.js b/idp-war/src/main/webapp/js/jquery-3.4.1.min.js
deleted file mode 100644
index a1c07fd80..000000000
--- a/idp-war/src/main/webapp/js/jquery-3.4.1.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! 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& [...]
diff --git a/idp-war/src/main/webapp/js/jquery-3.6.0.min.js b/idp-war/src/main/webapp/js/jquery-3.6.0.min.js
new file mode 100644
index 000000000..c4c6022f2
--- /dev/null
+++ b/idp-war/src/main/webapp/js/jquery-3.6.0.min.js
@@ -0,0 +1,2 @@
+/*! jQuery v3.6.0 | (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(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l= [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list