ソースを参照

fix security alert

heavyrain.lee 5 年 前
コミット
b108ef5aa2
1 ファイル変更3 行追加3 行削除
  1. 3 3
      pom.xml

+ 3 - 3
pom.xml

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