From 0b8758c1e6d322f4bbc46724f329353f8c78e2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 03:02:41 +0000 Subject: [PATCH] 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] --- example-20-oauth/build.gradle | 2 +- example-21-jwt/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-20-oauth/build.gradle b/example-20-oauth/build.gradle index f1716b8..adbe644 100644 --- a/example-20-oauth/build.gradle +++ b/example-20-oauth/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6' implementation 'org.webjars:webjars-locator-core' - implementation 'org.webjars:jquery:3.7.1' + implementation 'org.webjars:jquery:4.0.0' implementation 'org.webjars:bootstrap:5.3.8' implementation 'org.webjars:js-cookie:3.0.1' diff --git a/example-21-jwt/build.gradle b/example-21-jwt/build.gradle index 90c6d28..7bfe47e 100644 --- a/example-21-jwt/build.gradle +++ b/example-21-jwt/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6' implementation 'org.webjars:webjars-locator-core' - implementation 'org.webjars:jquery:3.7.1' + implementation 'org.webjars:jquery:4.0.0' implementation 'org.webjars:bootstrap:5.3.8' implementation 'org.webjars:js-cookie:3.0.1'