From 78f08ed1dd9db446be031557b7f5550ded35c693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Mon, 8 Apr 2024 09:33:35 +0200 Subject: [PATCH] Upgrade to webjars-locator-lite 0.0.4 See gh-27619 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 2fc23f366457..f891bee8d28a 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -143,7 +143,7 @@ dependencies { api("org.testng:testng:7.9.0") api("org.webjars:underscorejs:1.8.3") api("org.webjars:webjars-locator-core:0.55") - api("org.webjars:webjars-locator-lite:0.0.3") + api("org.webjars:webjars-locator-lite:0.0.4") api("org.xmlunit:xmlunit-assertj:2.9.1") api("org.xmlunit:xmlunit-matchers:2.9.1") api("org.yaml:snakeyaml:2.2")