Skip to content

Commit 519ebfa

Browse files
authored
Merge pull request #1408 from webauthn4j/dependabot/gradle/org.webjars-font-awesome-6.5.2
chore(deps): bump org.webjars:font-awesome from 6.5.1 to 6.5.2
2 parents c46efa0 + af2ad94 commit 519ebfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333

3434
bootstrapVersion = '5.3.3'
3535
jqueryVersion = '3.7.1'
36-
fontAwesomeVersion = '6.5.1'
36+
fontAwesomeVersion = '6.5.2'
3737
webjarsLocatorVersion = '0.52'
3838

3939
log4jdbcVersion = '0.2.7'

samples/mpa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation('org.thymeleaf:thymeleaf-spring6')
4444
implementation('org.webjars:bootstrap:5.3.3')
4545
implementation('org.webjars:jquery:3.7.1')
46-
implementation('org.webjars:font-awesome:6.5.1')
46+
implementation('org.webjars:font-awesome:6.5.2')
4747
implementation('org.webjars:webjars-locator:0.52')
4848

4949

0 commit comments

Comments
 (0)