Merge pull request #1089 from code4craft/snyk-fix-e9d89e9698a464f561824a17e083e765

[Snyk] Security upgrade com.fasterxml.jackson.core:jackson-databind from 2.13.4 to 2.13.4.2
master
Sutra Zhou 2022-10-18 21:11:02 +08:00 committed by GitHub
commit 904cd28236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>