Skip to content

Commit

Permalink
Upgrade json-smart to 2.5.2 (#18241)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <[email protected]>
  • Loading branch information
jlaur authored Feb 12, 2025
1 parent c147475 commit ca8d10f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundles/org.openhab.transform.jsonpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.3</version>
<version>9.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>accessors-smart</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
<version>2.5.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ca8d10f

Please sign in to comment.