Skip to content

Commit 70608f8

Browse files
Mess around with dependencies to avoid vulnerabilities.
1 parent 094ddc2 commit 70608f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

core/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,13 @@
7272
<dependency>
7373
<groupId>com.azure</groupId>
7474
<artifactId>azure-security-keyvault-keys</artifactId>
75-
<version>4.5.2</version>
75+
<version>4.3.8</version>
76+
<optional>true</optional>
77+
</dependency>
78+
<dependency>
79+
<groupId>com.fasterxml.jackson.core</groupId>
80+
<artifactId>jackson-databind</artifactId>
81+
<version>2.13.4.2</version>
7682
<optional>true</optional>
7783
</dependency>
7884
<dependency>

0 commit comments

Comments
 (0)