Skip to content

Commit 7b259f0

Browse files
Bump bootstrap from 4.6.0 to 4.6.0-1
Bumps [bootstrap](https://github.com/webjars/bootstrap) from 4.6.0 to 4.6.0-1. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](webjars/bootstrap@bootstrap-4.6.0...bootstrap-4.6.0-1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e79b92 commit 7b259f0

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
@@ -237,7 +237,7 @@ configure(allJavaProjects) {
237237
def thymeleafVersion = '3.0.4.RELEASE'
238238
def modelMapperVersion = '2.3.9'
239239

240-
def bootstrapVersion = '4.6.0'
240+
def bootstrapVersion = '4.6.0-1'
241241
def jqueryVersion = '3.6.0'
242242
def fontAwesomeVersion = '5.15.2'
243243
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.6.0')
44+
implementation('org.webjars:bootstrap:4.6.0-1')
4545
implementation('org.webjars:jquery:3.6.0')
4646
implementation('org.webjars:font-awesome:5.15.2')
4747
implementation('org.webjars:webjars-locator:0.40')

0 commit comments

Comments
 (0)