Skip to content

Commit

Permalink
Merge pull request #1393 from webauthn4j/dependabot/gradle/org.webjar…
Browse files Browse the repository at this point in the history
…s-bootstrap-5.3.3

chore(deps): bump org.webjars:bootstrap from 5.3.2 to 5.3.3
  • Loading branch information
ynojima authored Apr 27, 2024
2 parents cdb5fb4 + 641bda9 commit bb90af8
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 @@ -31,7 +31,7 @@ buildscript {
thymeleafVersion = '3.0.4.RELEASE'
modelMapperVersion = '3.2.0'

bootstrapVersion = '5.3.2'
bootstrapVersion = '5.3.3'
jqueryVersion = '3.7.1'
fontAwesomeVersion = '6.5.1'
webjarsLocatorVersion = '0.52'
Expand Down
2 changes: 1 addition & 1 deletion samples/mpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation('ch.qos.logback:logback-classic')
implementation('jakarta.xml.bind:jakarta.xml.bind-api')
implementation('org.thymeleaf:thymeleaf-spring6')
implementation('org.webjars:bootstrap:5.3.2')
implementation('org.webjars:bootstrap:5.3.3')
implementation('org.webjars:jquery:3.7.1')
implementation('org.webjars:font-awesome:6.5.1')
implementation('org.webjars:webjars-locator:0.52')
Expand Down

0 comments on commit bb90af8

Please sign in to comment.