Skip to content

Commit

Permalink
Bump bootstrap from 5.0.2 to 5.1.3 in /examples
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.0.2 to 5.1.3.
- [Release notes](https://github.com/webjars/bootstrap/releases)
- [Commits](webjars/bootstrap@bootstrap-5.0.2...bootstrap-5.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2022
1 parent 397df8d commit f5ef192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/embedded-sass/webjars/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.sass-java"

dependencies {
implementation 'org.webjars:bootstrap:5.0.2'
implementation 'org.webjars:bootstrap:5.1.3'
}

compileSass {
Expand Down
2 changes: 1 addition & 1 deletion examples/jsass/webjars/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.jsass-java"

dependencies {
implementation 'org.webjars:bootstrap:5.0.2'
implementation 'org.webjars:bootstrap:5.1.3'
}

compileSass {
Expand Down

0 comments on commit f5ef192

Please sign in to comment.