From bf7f24c099611cbc5b7a550bc0b1b23c374578bc Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 30 Jul 2023 14:47:03 +0200 Subject: [PATCH] [jsscripting] Upgrade openhab-js to 4.5.1 to fix cached injection (#15336) It was found out that a recent change to the webpack config for the library injection bundle heavily affected performance of the evaluation of the cached injection. openhab-js 4.5.1 fixes that regression and one minor bug, see https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#451. Signed-off-by: Florian Hotze --- bundles/org.openhab.automation.jsscripting/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.automation.jsscripting/pom.xml b/bundles/org.openhab.automation.jsscripting/pom.xml index 0c1a7720d702a..86e02029424ff 100644 --- a/bundles/org.openhab.automation.jsscripting/pom.xml +++ b/bundles/org.openhab.automation.jsscripting/pom.xml @@ -24,7 +24,7 @@ 22.0.0.2 ${project.version} - openhab@4.5.0 + openhab@4.5.1