Skip to content

Commit 5722467

Browse files
authored
Merge pull request #984 from webauthn4j/dependabot/gradle/org.webjars-bootstrap-5.2.0
Bump bootstrap from 5.1.3 to 5.2.0
2 parents 3eede34 + a28cb8e commit 5722467

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
@@ -32,7 +32,7 @@ buildscript {
3232
thymeleafVersion = '3.0.4.RELEASE'
3333
modelMapperVersion = '3.1.0'
3434

35-
bootstrapVersion = '5.1.3'
35+
bootstrapVersion = '5.2.0'
3636
jqueryVersion = '3.6.0'
3737
fontAwesomeVersion = '6.1.2'
3838
webjarsLocatorVersion = '0.45'

samples/mpa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation('ch.qos.logback:logback-classic')
4242
implementation('javax.xml.bind:jaxb-api')
4343
implementation('org.thymeleaf:thymeleaf-spring5')
44-
implementation('org.webjars:bootstrap:5.1.3')
44+
implementation('org.webjars:bootstrap:5.2.0')
4545
implementation('org.webjars:jquery:3.6.0')
4646
implementation('org.webjars:font-awesome:6.1.2')
4747
implementation('org.webjars:webjars-locator:0.45')

0 commit comments

Comments
 (0)