Skip to content

Commit a28cb8e

Browse files
Bump bootstrap from 5.1.3 to 5.2.0
Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.1.3 to 5.2.0. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](webjars/bootstrap@bootstrap-5.1.3...bootstrap-5.2.0) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f25e5d commit a28cb8e

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)