Skip to content
Snippets Groups Projects
Commit a81559dc authored by AlexStocks's avatar AlexStocks
Browse files

Fix: update thrift/fastjson/httpclient/jackson-databind version for security

parent 381bfa47
No related branches found
No related tags found
No related merge requests found
......@@ -68,12 +68,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.1.2</version>
<version>4.5.7</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.39</version>
<version>1.2.56</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
......@@ -118,7 +118,7 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.8.0</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
......
......@@ -52,12 +52,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.0.2</version>
<version>2.9.8</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.0.2</version>
<version>2.9.8</version>
</dependency>
<dependency>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment