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

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new c943f22  Upgrade jQuery slim
c943f22 is described below

commit c943f221174429d6b00ffa5996ee0ca2ef0144b3
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 18 13:56:48 2021 -0700

    Upgrade jQuery slim
---
 theme/apache/templates/base.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html
index dfcf656..4496521 100644
--- a/theme/apache/templates/base.html
+++ b/theme/apache/templates/base.html
@@ -159,8 +159,9 @@
       crossorigin="anonymous">
 
     <script src="https://www.apachecon.com/event-images/snippet.js";></script>
-    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js";
-      
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
+    <script
+      
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.slim.min.js";
+      
integrity="sha512-6ORWJX/LrnSjBzwefdNUyLCMTIsGoNP6NftMy2UAm1JBm6PRZCO1d7OHBStWpVFZLO+RerTvqX/Z9mBFfCJZ4A=="
       crossorigin="anonymous"></script>
     <script
       
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js";

Reply via email to