From 91e8b97aa2880aa48b172ab78ea06685f37a334c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 04:08:40 +0000 Subject: [PATCH] Bump org.webjars.npm:bootstrap from 5.1.3 to 5.3.0 Bumps [org.webjars.npm:bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 to 5.3.0. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.1.3...v5.3.0) --- updated-dependencies: - dependency-name: org.webjars.npm:bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5c7746a..0f621ab 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { } ext.webjarsFontawesomeVersion = "4.7.0" -ext.webjarsBootstrapVersion = "5.1.3" +ext.webjarsBootstrapVersion = "5.3.0" dependencies { implementation 'org.springframework.boot:spring-boot-starter-cache'