fix: webmagic-samples/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
pull/1060/head
snyk-bot 3 years ago
parent f50b1c77b6
commit 3776de6de2
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

@ -42,7 +42,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0-rc1</version>
<version>2.13.0</version>
</dependency>
</dependencies>

Loading…
Cancel
Save