Skip to content

Commit d665803

Browse files
Resolve indirect dep CVE from adal4j
Signed-off-by: Adrian Cole <[email protected]>
1 parent e7d5753 commit d665803

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@
146146
<version>1.6.7</version>
147147
<optional>true</optional>
148148
</dependency>
149+
<!-- override the version in adal4j which has a CVE -->
150+
<dependency>
151+
<groupId>net.minidev</groupId>
152+
<artifactId>json-smart</artifactId>
153+
<version>2.5.0</version>
154+
<optional>true</optional>
155+
</dependency>
149156
<dependency>
150157
<groupId>com.amazonaws</groupId>
151158
<artifactId>aws-java-sdk-sts</artifactId>

0 commit comments

Comments
 (0)