From 569050a4721cf17ac6c62a5d559b5bcabd8be1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 19:15:39 +0000 Subject: [PATCH] Bump bootstrap from 4.6.0-1 to 5.1.3 Bumps [bootstrap](https://github.com/webjars/bootstrap) from 4.6.0-1 to 5.1.3. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-4.6.0-1...bootstrap-5.1.3) --- 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..3779522 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.1.3' implementation 'org.webjars:jquery:3.6.0' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'