From c079c687390f74b81384a679cddab284c931c758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:51:53 +0000 Subject: [PATCH] Bump org.webjars:bootstrap from 5.3.1 to 5.3.2 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.1 to 5.3.2. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.3.1...bootstrap-5.3.2) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sass-embedded-host/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass-embedded-host/build.gradle b/sass-embedded-host/build.gradle index fde0470e..9093fc72 100644 --- a/sass-embedded-host/build.gradle +++ b/sass-embedded-host/build.gradle @@ -60,7 +60,7 @@ dependencies { testCompileOnly 'org.jetbrains:annotations:24.0.1' testRuntimeOnly "org.webjars:webjars-locator-core:$webjarsVersion" - testRuntimeOnly 'org.webjars:bootstrap:5.3.1' + testRuntimeOnly 'org.webjars:bootstrap:5.3.2' } tasks.named("processResources") {