Skip to content

Commit

Permalink
Merge pull request #459 from webauthn4j/dependabot/gradle/org.webjars…
Browse files Browse the repository at this point in the history
…-font-awesome-5.15.1

Bump font-awesome from 5.15.0 to 5.15.1
  • Loading branch information
ynojima authored Oct 21, 2020
2 parents 24d9250 + 357b709 commit 32368ee
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 @@ -239,7 +239,7 @@ configure(allJavaProjects) {

def bootstrapVersion = '4.5.3'
def jqueryVersion = '3.5.1'
def fontAwesomeVersion = '5.15.0'
def fontAwesomeVersion = '5.15.1'
def webjarsLocatorVersion = '0.40'

def 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-spring5')
implementation('org.webjars:bootstrap:4.5.3')
implementation('org.webjars:jquery:3.5.1')
implementation('org.webjars:font-awesome:5.15.0')
implementation('org.webjars:font-awesome:5.15.1')
implementation('org.webjars:webjars-locator:0.40')

//Test
Expand Down

0 comments on commit 32368ee

Please sign in to comment.