From c4a718616bf03e2596117da1c37f36c67cd0a17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:45:43 +0000 Subject: [PATCH] Bump org.webjars:datatables from 1.10.25 to 2.3.8 in /grails-forge Bumps [org.webjars:datatables](https://github.com/DataTables/DataTablesSrc) from 1.10.25 to 2.3.8. - [Release notes](https://github.com/DataTables/DataTablesSrc/releases) - [Commits](https://github.com/DataTables/DataTablesSrc/compare/1.10.25...2.3.8) --- updated-dependencies: - dependency-name: org.webjars:datatables dependency-version: 2.3.8 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..62c293d7751 100644 --- a/grails-spring-security/ui/plugin/build.gradle +++ b/grails-spring-security/ui/plugin/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation 'org.springframework.security:spring-security-web' // 3rd party client-side assets bundled in webjars - implementation 'org.webjars:datatables:1.10.25' + implementation 'org.webjars:datatables:2.3.8' implementation 'org.webjars:jquery:2.1.4' implementation 'org.webjars:jquery-form:3.51' implementation 'org.webjars:jquery-ui:1.10.3'