From abda411d16a1a2c962dab48fa45cee25ab0a6484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:12:46 +0000 Subject: [PATCH] Bump bootstrap from 5.1.3 to 5.2.3 Bumps [bootstrap](https://github.com/webjars/bootstrap) from 5.1.3 to 5.2.3. - [Release notes](https://github.com/webjars/bootstrap/releases) - [Commits](https://github.com/webjars/bootstrap/compare/bootstrap-5.1.3...bootstrap-5.2.3) --- 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..431d733b 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.3' 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'