From 8f8d8fc0c7549522ada5bd9ef60906268706727c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:24:06 +0000 Subject: [PATCH] Bump org.webjars.npm:bootstrap from 5.1.3 to 5.2.3 Bumps [org.webjars.npm:bootstrap](https://github.com/twbs/bootstrap) from 5.1.3 to 5.2.3. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.1.3...v5.2.3) --- 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..b0c99d0 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.2.3" dependencies { implementation 'org.springframework.boot:spring-boot-starter-cache'