From 9b7891481c03354549be72673f473a92efd81958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:13:11 +0100 Subject: [PATCH] Bump org.webjars:bootstrap from 5.3.2 to 5.3.3 (#11) Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.2 to 5.3.3. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.2...bootstrap-5.3.3) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4722a0c..49bdd97 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { compileOnly('org.projectlombok:lombok') runtimeOnly('org.webjars:webjars-locator-core') - runtimeOnly('org.webjars:bootstrap:5.3.2') + runtimeOnly('org.webjars:bootstrap:5.3.3') runtimeOnly('org.springframework.boot:spring-boot-devtools') testImplementation('junit:junit')