Skip to content

Commit

Permalink
fix: upgrade jackson for CVE-2020-36518 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Yixiang Zhao <[email protected]>
  • Loading branch information
seriouszyx authored Jul 19, 2022
1 parent 8b1af0e commit dcb3f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.1</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit dcb3f42

Please sign in to comment.