Skip to content

Commit 75f0acd

Browse files
authored
Merge pull request #3175 from codefromthecrypt/fix-adal4j-cve
Resolve indirect dep CVE from adal4j
2 parents 9b9db40 + d665803 commit 75f0acd

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)