From 84d2d489e8e4bebf4ee9bfa07a6272795d0752be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 01:35:43 +0000 Subject: [PATCH] build(deps): bump org.webjars:bootstrap from 5.3.3 to 5.3.5 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.3 to 5.3.5. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.3...bootstrap-5.3.5) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.5 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..32e9171a 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.5" implementation "org.webjars:jquery:3.7.1" }