Skip to content

Commit ca8d10f

Browse files
authored
Upgrade json-smart to 2.5.2 (openhab#18241)
Signed-off-by: Jacob Laursen <[email protected]>
1 parent c147475 commit ca8d10f

File tree

1 file changed

+3
-3
lines changed
  • bundles/org.openhab.transform.jsonpath

1 file changed

+3
-3
lines changed

bundles/org.openhab.transform.jsonpath/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
<dependency>
3636
<groupId>org.ow2.asm</groupId>
3737
<artifactId>asm</artifactId>
38-
<version>9.3</version>
38+
<version>9.6</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>net.minidev</groupId>
4343
<artifactId>accessors-smart</artifactId>
44-
<version>2.5.0</version>
44+
<version>2.5.2</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>net.minidev</groupId>
4949
<artifactId>json-smart</artifactId>
50-
<version>2.5.0</version>
50+
<version>2.5.2</version>
5151
<scope>compile</scope>
5252
</dependency>
5353
</dependencies>

0 commit comments

Comments
 (0)