[java-identity-provider] 02/02: IDP-2426 - Upgrade jQuery to 3.7.1 in logout views
Codeberg
noreply at shibboleth.net
Tue Jan 20 15:27:23 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/fb367a0726c5c3aab61ebbe5dbe24191807f2ec4
commit fb367a0726c5c3aab61ebbe5dbe24191807f2ec4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 20 10:27:09 2026 -0500
IDP-2426 - Upgrade jQuery to 3.7.1 in logout views
https://shibboleth.atlassian.net/browse/IDP-2426
---
.../src/main/resources/net/shibboleth/idp/views/logout/propagate.vm | 2 +-
idp-war/src/main/webapp/js/jquery-3.6.0.min.js | 2 --
idp-war/src/main/webapp/js/jquery-3.7.1.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 70085c218..ec5994282 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
@@ -49,7 +49,7 @@
title="$logoutTitle">$htmlEncoder.encodeForHTML($serviceName)</li>
#end
</ol>
- <script src="$request.getContextPath()/js/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="></script>
+ <script src="$request.getContextPath()/js/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="></script>
<script #if ($nonce)nonce="$nonce"#end>
<!--
function check_status() {
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
deleted file mode 100644
index c4c6022f2..000000000
--- a/idp-war/src/main/webapp/js/jquery-3.6.0.min.js
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! 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= [...]
diff --git a/idp-war/src/main/webapp/js/jquery-3.7.1.min.js b/idp-war/src/main/webapp/js/jquery-3.7.1.min.js
new file mode 100644
index 000000000..7f37b5d99
--- /dev/null
+++ b/idp-war/src/main/webapp/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 [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list