From: Florian Hotze Date: Sun, 30 Jul 2023 12:47:03 +0000 (+0200) Subject: [jsscripting] Upgrade openhab-js to 4.5.1 to fix cached injection (#15336) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=bf7f24c099611cbc5b7a550bc0b1b23c374578bc;p=openhab-addons.git [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 --- diff --git a/bundles/org.openhab.automation.jsscripting/pom.xml b/bundles/org.openhab.automation.jsscripting/pom.xml index 0c1a7720d7..86e0202942 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