Skip to content

Commit e466711

Browse files
Bump bootstrap from 4.5.0 to 4.5.2
Bumps [bootstrap](https://github.com/webjars/bootstrap) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](webjars/bootstrap@bootstrap-4.5.0...bootstrap-4.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent e63b482 commit e466711

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
@@ -193,7 +193,7 @@ configure(allJavaProjects) {
193193
def thymeleafVersion = '3.0.4.RELEASE'
194194
def modelMapperVersion = '2.3.8'
195195

196-
def bootstrapVersion = '4.5.0'
196+
def bootstrapVersion = '4.5.2'
197197
def jqueryVersion = '3.5.1'
198198
def fontAwesomeVersion = '5.14.0'
199199
def webjarsLocatorVersion = '0.40'

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:4.5.0')
44+
implementation('org.webjars:bootstrap:4.5.2')
4545
implementation('org.webjars:jquery:3.5.1')
4646
implementation('org.webjars:font-awesome:5.14.0')
4747
implementation('org.webjars:webjars-locator:0.40')

0 commit comments

Comments
 (0)