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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-2421244
master
snyk-bot 2022-03-26 16:18:31 +00:00
parent 37b00d41a7
commit 9628739ceb
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
1 changed files with 1 additions and 1 deletions

View File

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