From cec963e87da34b2aca2a22a61431747ec14f85ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:45:48 +0000 Subject: [PATCH] Bump org.webjars:jquery-form from 3.51 to 4.2.2 in /grails-forge Bumps [org.webjars:jquery-form](https://github.com/webjars/jquery-form) from 3.51 to 4.2.2. - [Commits](https://github.com/webjars/jquery-form/compare/jquery-form-3.51...jquery-form-4.2.2) --- updated-dependencies: - dependency-name: org.webjars:jquery-form dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- grails-spring-security/ui/plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-spring-security/ui/plugin/build.gradle b/grails-spring-security/ui/plugin/build.gradle index 3fe237d1e43..29a476ab332 100644 --- a/grails-spring-security/ui/plugin/build.gradle +++ b/grails-spring-security/ui/plugin/build.gradle @@ -54,7 +54,7 @@ dependencies { // 3rd party client-side assets bundled in webjars implementation 'org.webjars:datatables:1.10.25' implementation 'org.webjars:jquery:2.1.4' - implementation 'org.webjars:jquery-form:3.51' + implementation 'org.webjars:jquery-form:4.2.2' implementation 'org.webjars:jquery-ui:1.10.3' implementation 'org.webjars:jquery-ui-themes:1.10.3' implementation 'org.webjars.bower:bgiframe:3.0.1'