From 1979d89daacfbae52fb6d2ba6f8481d92db20ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 01:15:56 +0000 Subject: [PATCH] build(deps): bump org.webjars:bootstrap from 5.3.6 to 5.3.7 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.6 to 5.3.7. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.6...bootstrap-5.3.7) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- SpringBootNotice/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpringBootNotice/build.gradle b/SpringBootNotice/build.gradle index 1b0b379c..c356dfdf 100644 --- a/SpringBootNotice/build.gradle +++ b/SpringBootNotice/build.gradle @@ -25,6 +25,6 @@ dependencies { runtimeOnly 'com.h2database:h2' - implementation "org.webjars:bootstrap:5.3.6" + implementation "org.webjars:bootstrap:5.3.7" implementation "org.webjars:jquery:3.7.1" }