Skip to content
Snippets Groups Projects
Commit 2cac2a21 authored by Nikhil Patil's avatar Nikhil Patil
Browse files

CVE-2024-57699 high vulnerability fix

parent 7e3fb5b3
No related branches found
No related tags found
1 merge request!652CVE-2024-57699 high vulnerability fix
Pipeline #309312 failed
......@@ -80,6 +80,12 @@
<groupId>org.opengroup.osdu</groupId>
<artifactId>partition-core</artifactId>
<version>0.28.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
</exclusion>
</exclusions>
</dependency>
......@@ -181,7 +187,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment