From 09feae7596da98eddf32db93722b3d0bad0b0869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 14:31:20 +0000 Subject: [PATCH] Bump bootstrap from 5.1.3 to 5.2.2 Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.1.3 to 5.2.2. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.1.3...bootstrap-5.2.2) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d212f74..bd20429e 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'org.webjars:webjars-locator-core' implementation 'org.webjars:sockjs-client:1.1.2' implementation 'org.webjars:stomp-websocket:2.3.3-1' - implementation 'org.webjars:bootstrap:5.1.3' + implementation 'org.webjars:bootstrap:5.2.2' implementation 'org.webjars:jquery:3.1.0' implementation 'com.squareup.okhttp3:okhttp:4.9.3' implementation 'com.googlecode.json-simple:json-simple:1.1.1'