From e70be50ad14104ff59c4e07790989d869bb5bc65 Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Sat, 8 Feb 2025 19:45:29 +0100 Subject: [PATCH] Upgrade json-smart to 2.5.2 Signed-off-by: Jacob Laursen --- bundles/org.openhab.transform.jsonpath/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.transform.jsonpath/pom.xml b/bundles/org.openhab.transform.jsonpath/pom.xml index 4168b71618769..a379c9ffce9bf 100644 --- a/bundles/org.openhab.transform.jsonpath/pom.xml +++ b/bundles/org.openhab.transform.jsonpath/pom.xml @@ -35,19 +35,19 @@ org.ow2.asm asm - 9.3 + 9.6 compile net.minidev accessors-smart - 2.5.0 + 2.5.2 compile net.minidev json-smart - 2.5.0 + 2.5.2 compile