Skip to content

Commit ceb24c2

Browse files
authored
Merge pull request #658 from webauthn4j/dependabot/gradle/org.webjars-bootstrap-5.0.2
Bump bootstrap from 5.0.1 to 5.0.2
2 parents 97261d1 + 074a302 commit ceb24c2

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
@@ -200,7 +200,7 @@ configure(allJavaProjects) {
200200
def thymeleafVersion = '3.0.4.RELEASE'
201201
def modelMapperVersion = '2.4.4'
202202

203-
def bootstrapVersion = '5.0.1'
203+
def bootstrapVersion = '5.0.2'
204204
def jqueryVersion = '3.6.0'
205205
def fontAwesomeVersion = '5.15.3'
206206
def webjarsLocatorVersion = '0.41'

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.0.1')
44+
implementation('org.webjars:bootstrap:5.0.2')
4545
implementation('org.webjars:jquery:3.6.0')
4646
implementation('org.webjars:font-awesome:5.15.3')
4747
implementation('org.webjars:webjars-locator:0.41')

0 commit comments

Comments
 (0)