Skip to content

Commit

Permalink
Security upgrade net.minidev:json-smart from 2.4.7 to 2.4.10 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldobapvicjr authored Mar 24, 2023
1 parent 18ec75c commit 7e39172
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions confectory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<commons-text.version>1.10.0</commons-text.version>
<jsonmerge.version>1.2.0</jsonmerge.version>
<json-path.version>2.7.0</json-path.version>
<json-smart.version>2.4.10</json-smart.version>
<performetrics.version>2.3.0</performetrics.version>
</properties>

Expand Down Expand Up @@ -64,6 +65,12 @@
<version>${json-path.version}</version>
</dependency>

<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>${json-smart.version}</version>
</dependency>

<dependency>
<groupId>net.obvj</groupId>
<artifactId>performetrics</artifactId>
Expand Down

0 comments on commit 7e39172

Please sign in to comment.