Skip to content

Commit

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

---
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] committed Aug 8, 2022
1 parent 9106749 commit 01a9b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/embedded-sass/webjars/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.sass-java"

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

compileSass {
Expand Down

0 comments on commit 01a9b2b

Please sign in to comment.