Skip to content

Commit 1ef414c

Browse files
authored
Merge pull request #201 from vrudas/dependabot/gradle/org.webjars-bootstrap-5.3.7
Bump org.webjars:bootstrap from 5.3.6 to 5.3.7
2 parents ac2f41c + af26539 commit 1ef414c

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)