Skip to content
Snippets Groups Projects
Commit 1257153f authored by vikas rana's avatar vikas rana
Browse files

Merge branch 'ibm-highVul-fix' into 'master'

CVE-2024-57699 high vulnerability fix

See merge request !652
parents ada0bad1 2cac2a21
No related branches found
No related tags found
1 merge request!652CVE-2024-57699 high vulnerability fix
Pipeline #309521 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