Skip to content

Commit a0ad7b8

Browse files
committed
fix: webmagic-samples/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426
1 parent 6647af8 commit a0ad7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webmagic-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-databind</artifactId>
45-
<version>2.13.4</version>
45+
<version>2.13.4.2</version>
4646
</dependency>
4747
</dependencies>
4848

0 commit comments

Comments
 (0)