Skip to content

Commit

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

---
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 and MediaMarco committed Sep 27, 2023
1 parent 2ac2481 commit d8751cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// bootstrap
//Don't forget to also update the links in the html templates if you change this!
implementation("org.webjars:jquery:3.7.1")
implementation("org.webjars:bootstrap:5.3.1")
implementation("org.webjars:bootstrap:5.3.2")
//Don't forget to also update the links in the html templates if you change this!

// guava
Expand Down

0 comments on commit d8751cc

Please sign in to comment.