Skip to content

Commit 1e618c7

Browse files
🐛 Fixing vulnerabilities in jackson-databind utility
1 parent 7d06bbf commit 1e618c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,15 @@
8181

8282
</properties>
8383

84+
<!-- Override dependencies -->
8485
<dependencyManagement>
8586
<dependencies>
86-
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
8787
<dependency>
8888
<groupId>com.fasterxml.jackson.core</groupId>
8989
<artifactId>jackson-core</artifactId>
9090
<version>2.13.1</version>
9191
</dependency>
9292

93-
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
9493
<dependency>
9594
<groupId>com.fasterxml.jackson.core</groupId>
9695
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)