Skip to content

Commit

Permalink
fix: webmagic-samples/pom.xml to reduce vulnerabilities (#1142)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2628385

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
code4craft and snyk-bot authored Jan 11, 2024
1 parent 5d55bf3 commit 4281f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmagic-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
<version>3.0.10</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 4281f82

Please sign in to comment.