From 93907a2dcb7037cc131d44a64c1bca319a2ba604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 05:24:54 +0000 Subject: [PATCH] Bump bootstrap from 3.3.7-1 to 5.2.2 in /shio-app Bumps [bootstrap](https://github.com/webjars/bootstrap) from 3.3.7-1 to 5.2.2. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-3.3.7-1...bootstrap-5.2.2) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- shio-app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shio-app/build.gradle b/shio-app/build.gradle index 6924af678..6e20a5685 100644 --- a/shio-app/build.gradle +++ b/shio-app/build.gradle @@ -230,7 +230,7 @@ dependencies { // WebJars implementation 'org.webjars:jquery:1.12.4' implementation 'org.webjars.bower:jquery.ui:1.11.3' - implementation 'org.webjars:bootstrap:3.3.7-1' // Content + implementation 'org.webjars:bootstrap:5.2.2' // Content implementation 'org.webjars.bower:bootstrap:4.6.0' // Preview implementation 'org.webjars.npm:angular:1.8.3' implementation 'org.webjars.npm:angular-resource:1.8.2'