Skip to content

Commit

Permalink
Bump org.webjars:bootstrap from 5.3.2 to 5.3.3
Browse files Browse the repository at this point in the history
Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.2 to 5.3.3.
- [Commits](webjars/bootstrap@bootstrap-5.3.2...bootstrap-5.3.3)

---
updated-dependencies:
- dependency-name: org.webjars:bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 7e8e74e commit a771456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-20-oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

implementation 'org.webjars:webjars-locator-core'
implementation 'org.webjars:jquery:3.7.1'
implementation 'org.webjars:bootstrap:5.3.2'
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars:js-cookie:3.0.1'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
2 changes: 1 addition & 1 deletion example-21-jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

implementation 'org.webjars:webjars-locator-core'
implementation 'org.webjars:jquery:3.7.1'
implementation 'org.webjars:bootstrap:5.3.2'
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars:js-cookie:3.0.1'

implementation 'io.jsonwebtoken:jjwt-api:0.12.5'
Expand Down

0 comments on commit a771456

Please sign in to comment.