Skip to content
Snippets Groups Projects
Commit e73b2d75 authored by renovate-bot's avatar renovate-bot Committed by Robert Goldmann
Browse files

#744 - Update dependency org.webjars:jquery to v3.7.1

parent 422aac5d
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<jlibs.version>3.2.0</jlibs.version> <jlibs.version>3.2.0</jlibs.version>
<versionizer.version>3.0.1</versionizer.version> <versionizer.version>3.0.1</versionizer.version>
<webjars-locator.version>0.47</webjars-locator.version> <webjars-locator.version>0.47</webjars-locator.version>
<jquery.version>3.6.4</jquery.version> <jquery.version>3.7.1</jquery.version>
<materializecss.version>1.0.0</materializecss.version> <materializecss.version>1.0.0</materializecss.version>
<fontawesome.version>6.4.0</fontawesome.version> <fontawesome.version>6.4.0</fontawesome.version>
<sortablejs.version>1.15.0</sortablejs.version> <sortablejs.version>1.15.0</sortablejs.version>
......
<#macro scripts> <#macro scripts>
<#import "/spring.ftl" as s> <#import "/spring.ftl" as s>
<script src="<@s.url '/webjars/jquery/3.6.4/jquery.min.js'/>"></script> <script src="<@s.url '/webjars/jquery/3.7.1/jquery.min.js'/>"></script>
<script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script> <script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script>
<script src="<@s.url '/webjars/mousetrap/1.6.5/mousetrap.js'/>"></script> <script src="<@s.url '/webjars/mousetrap/1.6.5/mousetrap.js'/>"></script>
<script> <script>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</div> </div>
<#if importScripts> <#if importScripts>
<script src="<@s.url '/webjars/jquery/3.6.4/jquery.min.js'/>"></script> <script src="<@s.url '/webjars/jquery/3.7.1/jquery.min.js'/>"></script>
<script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script> <script src="<@s.url '/webjars/materializecss/1.0.0/js/materialize.min.js'/>"></script>
<script> <script>
initSettingsContainer('${formName}', '${containerId}'); initSettingsContainer('${formName}', '${containerId}');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment