Skip to content

Commit 1d283c5

Browse files
authored
Merge pull request #1131 from webauthn4j/dependabot/gradle/org.webjars-font-awesome-6.3.0
chore(deps): bump org.webjars:font-awesome from 6.2.1 to 6.3.0
2 parents 10120cb + 31a626b commit 1d283c5

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
@@ -34,7 +34,7 @@ buildscript {
3434

3535
bootstrapVersion = '5.2.3'
3636
jqueryVersion = '3.6.3'
37-
fontAwesomeVersion = '6.2.1'
37+
fontAwesomeVersion = '6.3.0'
3838
webjarsLocatorVersion = '0.46'
3939

4040
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-spring5')
4444
implementation('org.webjars:bootstrap:5.2.3')
4545
implementation('org.webjars:jquery:3.6.3')
46-
implementation('org.webjars:font-awesome:6.2.1')
46+
implementation('org.webjars:font-awesome:6.3.0')
4747
implementation('org.webjars:webjars-locator:0.46')
4848

4949
//We have to force the use of this dependency

0 commit comments

Comments
 (0)