From c8be740801a14751955373eff29efe2e6adc4360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:45:52 +0000 Subject: [PATCH] Bump org.webjars:jquery-ui-themes from 1.10.3 to 1.14.2 in /grails-forge Bumps [org.webjars:jquery-ui-themes](https://github.com/jquery/jquery-ui) from 1.10.3 to 1.14.2. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.10.3...1.14.2) --- updated-dependencies: - dependency-name: org.webjars:jquery-ui-themes dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- grails-spring-security/ui/plugin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-spring-security/ui/plugin/build.gradle b/grails-spring-security/ui/plugin/build.gradle index 3fe237d1e43..81fd6184a5d 100644 --- a/grails-spring-security/ui/plugin/build.gradle +++ b/grails-spring-security/ui/plugin/build.gradle @@ -55,8 +55,8 @@ dependencies { 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-ui:1.10.3' - implementation 'org.webjars:jquery-ui-themes:1.10.3' + implementation 'org.webjars:jquery-ui:1.14.2' + implementation 'org.webjars:jquery-ui-themes:1.14.2' implementation 'org.webjars.bower:bgiframe:3.0.1' implementation 'org.webjars.bower:jgrowl:1.4.6'