Skip to content

Commit

Permalink
chore(deps): bump org.webjars:font-awesome from 6.4.2 to 6.5.1
Browse files Browse the repository at this point in the history
Bumps [org.webjars:font-awesome](https://github.com/webjars/font-awesome) from 6.4.2 to 6.5.1.
- [Commits](webjars/font-awesome@font-awesome-6.4.2...font-awesome-6.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent e3ace97 commit 3dc8666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {

bootstrapVersion = '5.3.2'
jqueryVersion = '3.7.1'
fontAwesomeVersion = '6.4.2'
fontAwesomeVersion = '6.5.1'
webjarsLocatorVersion = '0.50'

log4jdbcVersion = '0.2.7'
Expand Down
2 changes: 1 addition & 1 deletion samples/mpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation('org.thymeleaf:thymeleaf-spring6')
implementation('org.webjars:bootstrap:5.3.2')
implementation('org.webjars:jquery:3.7.1')
implementation('org.webjars:font-awesome:6.4.2')
implementation('org.webjars:font-awesome:6.5.1')
implementation('org.webjars:webjars-locator:0.50')


Expand Down

0 comments on commit 3dc8666

Please sign in to comment.