Skip to content

Commit af26539

Browse files
Bump org.webjars:bootstrap from 5.3.6 to 5.3.7
Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.6 to 5.3.7. - [Commits](webjars/bootstrap@bootstrap-5.3.6...bootstrap-5.3.7) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac2f41c commit af26539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-20-oauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
implementation 'org.webjars:webjars-locator-core'
1919
implementation 'org.webjars:jquery:3.7.1'
20-
implementation 'org.webjars:bootstrap:5.3.6'
20+
implementation 'org.webjars:bootstrap:5.3.7'
2121
implementation 'org.webjars:js-cookie:3.0.1'
2222

2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'

example-21-jwt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616

1717
implementation 'org.webjars:webjars-locator-core'
1818
implementation 'org.webjars:jquery:3.7.1'
19-
implementation 'org.webjars:bootstrap:5.3.6'
19+
implementation 'org.webjars:bootstrap:5.3.7'
2020
implementation 'org.webjars:js-cookie:3.0.1'
2121

2222
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'

0 commit comments

Comments
 (0)