From e4e93c423227ed5137c6a03ab1aa6b20249c4f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:33:16 +0000 Subject: [PATCH] :arrow_up: Bump org.webjars:jquery from 3.7.1 to 4.0.0 Bumps [org.webjars:jquery](https://github.com/jquery/jquery) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/jquery/jquery/releases) - [Changelog](https://github.com/jquery/jquery/blob/main/changelog.md) - [Commits](https://github.com/jquery/jquery/compare/3.7.1...4.0.0) --- updated-dependencies: - dependency-name: org.webjars:jquery dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0c62a8d..ba1e00d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ maven-plugin-tools = "org.apache.maven.plugin-tools:maven-plugin-annotations:3.1 slf4j-bom = "org.slf4j:slf4j-bom:2.0.17" webjars-bootstrap4 = "org.webjars:bootstrap:4.6.2" webjars-bootstrapIcons = "org.webjars.npm:bootstrap-icons:1.13.1" -webjars-jquery = "org.webjars:jquery:3.7.1" +webjars-jquery = "org.webjars:jquery:4.0.0" webjars-locator = "org.webjars:webjars-locator-core:0.59" webjars-svgjs = "org.webjars:svg.js:3.1.1" webjars-tooltipster = "org.webjars.npm:tooltipster:4.2.8"