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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426
pull/1089/head
snyk-bot 2 years ago
parent 6647af8d61
commit a0ad7b808b
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

@ -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.4</version> <version>2.13.4.2</version>
</dependency> </dependency>
</dependencies> </dependencies>

Loading…
Cancel
Save