fix security alert

This commit is contained in:
heavyrain.lee
2020-03-18 09:07:25 +08:00
parent aecb57133f
commit b108ef5aa2

View File

@@ -120,17 +120,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.8</version>
<version>[2.9.10.3,)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.1</version>
<version>[2.9.10.3,)</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.8</version>
<version>[2.9.10.3,)</version>
</dependency>