From 945780c3cdab8b355acf25bd3349f5c17dbf4a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:31:45 +0000 Subject: [PATCH] Bump org.webjars:bootstrap from 5.3.5 to 5.3.7 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.5 to 5.3.7. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.5...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33a2322..e7c55b3 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'org.apache.tika:tika-core:3.2.1' implementation 'org.webjars:webjars-locator-core' - implementation 'org.webjars:bootstrap:5.3.5' + implementation 'org.webjars:bootstrap:5.3.7' implementation 'org.webjars:font-awesome:6.7.2' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'