From e73b2d75964d1c852af89082c31e4a1def0548ba Mon Sep 17 00:00:00 2001 From: renovate-bot <renovate-bot@thecodelabs.de> Date: Sat, 21 Oct 2023 22:47:18 +0000 Subject: [PATCH] #744 - Update dependency org.webjars:jquery to v3.7.1 --- BudgetMasterServer/pom.xml | 2 +- .../src/main/resources/templates/helpers/scripts.ftl | 2 +- .../templates/settings/containers/settingsContainer.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BudgetMasterServer/pom.xml b/BudgetMasterServer/pom.xml index f540824f8..a360a4866 100644 --- a/BudgetMasterServer/pom.xml +++ b/BudgetMasterServer/pom.xml @@ -27,7 +27,7 @@ <jlibs.version>3.2.0</jlibs.version> <versionizer.version>3.0.1</versionizer.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> <fontawesome.version>6.4.0</fontawesome.version> <sortablejs.version>1.15.0</sortablejs.version> diff --git a/BudgetMasterServer/src/main/resources/templates/helpers/scripts.ftl b/BudgetMasterServer/src/main/resources/templates/helpers/scripts.ftl index fc0aba3cb..3d005693c 100644 --- a/BudgetMasterServer/src/main/resources/templates/helpers/scripts.ftl +++ b/BudgetMasterServer/src/main/resources/templates/helpers/scripts.ftl @@ -1,6 +1,6 @@ <#macro scripts> <#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/mousetrap/1.6.5/mousetrap.js'/>"></script> <script> diff --git a/BudgetMasterServer/src/main/resources/templates/settings/containers/settingsContainer.ftl b/BudgetMasterServer/src/main/resources/templates/settings/containers/settingsContainer.ftl index 1b162a3c1..7a3cc3b15 100644 --- a/BudgetMasterServer/src/main/resources/templates/settings/containers/settingsContainer.ftl +++ b/BudgetMasterServer/src/main/resources/templates/settings/containers/settingsContainer.ftl @@ -12,7 +12,7 @@ </div> <#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> initSettingsContainer('${formName}', '${containerId}'); -- GitLab