From a1243f1537380bfcdb9fbfd80a7caa588098b991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:31:23 +0200 Subject: [PATCH] Dependency(deps): Bump org.webjars:webjars-locator-core from 0.58 to 0.59 (#82) Bumps [org.webjars:webjars-locator-core](https://github.com/webjars/webjars-locator-core) from 0.58 to 0.59. - [Commits](https://github.com/webjars/webjars-locator-core/compare/webjars-locator-core-0.58...webjars-locator-core-0.59) --- updated-dependencies: - dependency-name: org.webjars:webjars-locator-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6ba584a..ee69b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.apache.commons:commons-csv:1.11.0' implementation 'org.webjars:bootstrap:5.3.3' - implementation 'org.webjars:webjars-locator-core:0.58' + implementation 'org.webjars:webjars-locator-core:0.59' testImplementation 'net.sourceforge.htmlunit:htmlunit' testImplementation 'org.springframework.boot:spring-boot-starter-test'