Skip to content

Commit 0b8758c

Browse files
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](jquery/jquery@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] <support@github.com>
1 parent 6473a6a commit 0b8758c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-20-oauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
1717

1818
implementation 'org.webjars:webjars-locator-core'
19-
implementation 'org.webjars:jquery:3.7.1'
19+
implementation 'org.webjars:jquery:4.0.0'
2020
implementation 'org.webjars:bootstrap:5.3.8'
2121
implementation 'org.webjars:js-cookie:3.0.1'
2222

example-21-jwt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6'
1616

1717
implementation 'org.webjars:webjars-locator-core'
18-
implementation 'org.webjars:jquery:3.7.1'
18+
implementation 'org.webjars:jquery:4.0.0'
1919
implementation 'org.webjars:bootstrap:5.3.8'
2020
implementation 'org.webjars:js-cookie:3.0.1'
2121

0 commit comments

Comments
 (0)