From d35b8ac44d9f63038876b38fb6818c7984b50264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:35:17 +0000 Subject: [PATCH] Bump org.webjars:bootstrap from 4.0.0-beta to 4.0.0-beta.2 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 4.0.0-beta to 4.0.0-beta.2. - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-4.0.0-beta...bootstrap-4.0.0-beta.2) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e04a7eed..2b6893c8 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation 'com.google.zxing:core:3.5.0' implementation 'com.google.zxing:javase:3.5.0' - implementation 'org.webjars:bootstrap:4.0.0-beta' + implementation 'org.webjars:bootstrap:4.0.0-beta.2' implementation 'org.webjars.bower:eonasdan-bootstrap-datetimepicker:4.17.37' implementation 'org.webjars.bower:momentjs:2.10.6' implementation 'org.webjars.bowergithub.wisvch:bootstrap-theme:4.6.1-3'