Skip to content

Commit 9226b6d

Browse files
author
syshex
committed
fix to security issue with jackson-databind 2.9.9.x
1 parent ae81e4a commit 9226b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-databind</artifactId>
33-
<version>2.9.9.3</version>
33+
<version>2.9.10.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)