Skip to content

Commit

Permalink
Merge pull request #1364 from webauthn4j/dependabot/gradle/org.webjar…
Browse files Browse the repository at this point in the history
…s-font-awesome-6.5.1

chore(deps): bump org.webjars:font-awesome from 6.4.2 to 6.5.1
  • Loading branch information
ynojima authored Dec 31, 2023
2 parents 595aec7 + 3dc8666 commit b1a2d20
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 b1a2d20

Please sign in to comment.