Skip to content

Commit

Permalink
Bump jquery from 3.6.0 to 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 25, 2023
1 parent 97c983e commit 1959c8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.6.0</version>
<version>3.6.4</version>
</dependency>
<!-- DBViewer iframe resize -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/src/main/webapp/Main.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- FlexGrid and its compatibility to support IE8+ -->
<link href='flexgrid/flexgrid.css' rel='stylesheet' type='text/css'/>
<script type="text/javascript" src="webjars/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="webjars/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="webjars/iframe-resizer/4.3.2/js/iframeResizer.min.js"></script>

<!-- Highlighter -->
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/src/main/webapp/Portal.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- FlexGrid and its compatibility to support IE8+ -->
<link href='flexgrid/flexgrid.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="webjars/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript" src="webjars/jquery/3.6.4/jquery.min.js"></script>
<script type="text/javascript" src="webjars/iframe-resizer/4.3.2/js/iframeResizer.min.js"></script>

<!-- Highlighter -->
Expand Down

0 comments on commit 1959c8e

Please sign in to comment.