From 21ea70e8a166365ac4bf14075034ba05e05aaa2e Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Wed, 14 Dec 2022 22:05:16 +0100 Subject: [PATCH] update webjars-locator --- platform/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build.gradle.kts b/platform/build.gradle.kts index cdb31ca1..fb4f77e8 100644 --- a/platform/build.gradle.kts +++ b/platform/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { api("org.ini4j:ini4j:0.5.4") api("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion") api("org.webjars:bootstrap:5.2.3") - api("org.webjars:webjars-locator:0.45") + api("org.webjars:webjars-locator:0.46") api("com.github.valfirst:slf4j-test:2.6.1") } }