From 9c967bf637faf920c061b6035c3771c86699c7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:48:51 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0-1 to 5.0.1 Bumps [bootstrap](https://github.com/webjars/bootstrap) from 4.6.0-1 to 5.0.1. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-4.6.0-1...bootstrap-5.0.1) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8ca5528..c2c74fc 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.webjars:webjars-locator-core' - implementation 'org.webjars:bootstrap:4.6.0-1' + implementation 'org.webjars:bootstrap:5.0.1' implementation 'org.webjars:jquery:3.6.0' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'