From 2b69d3f9668e90b3f9e4fcc97f902e735b50e8b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:50:37 +0000 Subject: [PATCH] build(deps): bump org.webjars:bootstrap from 5.3.3 to 5.3.6 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.3 to 5.3.6. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.3...bootstrap-5.3.6) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.6 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 eb2aea21..1b0b379c 100644 --- a/SpringBootNotice/build.gradle +++ b/SpringBootNotice/build.gradle @@ -25,6 +25,6 @@ dependencies { runtimeOnly 'com.h2database:h2' - implementation "org.webjars:bootstrap:5.3.3" + implementation "org.webjars:bootstrap:5.3.6" implementation "org.webjars:jquery:3.7.1" }