From 388758bdf57c3bffaf1422dc8a08ba11384fd351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 01:01:22 +0000 Subject: [PATCH] build(deps): bump org.webjars:bootstrap from 5.3.7 to 5.3.8 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.7 to 5.3.8. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.7...bootstrap-5.3.8) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.8 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 c356dfdf..c2cea044 100644 --- a/SpringBootNotice/build.gradle +++ b/SpringBootNotice/build.gradle @@ -25,6 +25,6 @@ dependencies { runtimeOnly 'com.h2database:h2' - implementation "org.webjars:bootstrap:5.3.7" + implementation "org.webjars:bootstrap:5.3.8" implementation "org.webjars:jquery:3.7.1" }