Skip to content

Commit

Permalink
add comment about jackson version update
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaskhilkevich committed Aug 13, 2024
1 parent 028ba4a commit 7ea0ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<version>2.13.4.1</version> <!-- Fixed https://devhub.checkmarx.com/cve-details/CVE-2022-42004/-->
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 7ea0ba6

Please sign in to comment.