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/1063/head
snyk-bot 3 years ago
parent ddb026d613
commit 90e3d631fb
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795

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

Loading…
Cancel
Save