Skip to content

Commit

Permalink
[jsscripting] Upgrade openhab-js to 5.1.1 (openhab#16892)
Browse files Browse the repository at this point in the history
Fixes a problem, where persisting TimeSeries failed when injection caching was enabled.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 authored Jun 19, 2024
1 parent 54ba2c7 commit 588aac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/org.openhab.automation.jsscripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</bnd.importpackage>
<graal.version>22.0.0.2</graal.version> <!-- DO NOT UPGRADE: 22.0.0.2 is the latest version working on armv7l / OpenJDK 11.0.16 & armv7l / Zulu 17.0.5+8 -->
<oh.version>${project.version}</oh.version>
<ohjs.version>openhab@5.1.0</ohjs.version>
<ohjs.version>openhab@5.1.1</ohjs.version>
</properties>

<build>
Expand Down

0 comments on commit 588aac4

Please sign in to comment.