Skip to content

Commit 1e5df88

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

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.7'
20+
implementation 'org.webjars:bootstrap:5.3.8'
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.7'
19+
implementation 'org.webjars:bootstrap:5.3.8'
2020
implementation 'org.webjars:js-cookie:3.0.1'
2121

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

0 commit comments

Comments
 (0)