From d8751ccd77a84dd33f529488727ed7b07fd16f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:27:27 +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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8f52271..35247f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { // bootstrap //Don't forget to also update the links in the html templates if you change this! implementation("org.webjars:jquery:3.7.1") - implementation("org.webjars:bootstrap:5.3.1") + implementation("org.webjars:bootstrap:5.3.2") //Don't forget to also update the links in the html templates if you change this! // guava