Skip to content

Commit 464c53f

Browse files
author
yangzhao
committed
更新commons-fileupload、jackson-databind依赖版本号
1 parent d0f2bf8 commit 464c53f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<jackson.version>2.6.3</jackson.version>
7878
<httpclient.version>4.5.1</httpclient.version>
7979
<log4j.version>2.5</log4j.version>
80-
<commons.fileupload.version>1.3.1</commons.fileupload.version>
80+
<commons.fileupload.version>1.4</commons.fileupload.version>
8181
<commons.lang.version>2.6</commons.lang.version>
8282
<commons.beanutils.version>1.9.3</commons.beanutils.version>
8383
<activemq.version>5.14.4</activemq.version>
@@ -271,12 +271,12 @@
271271
<dependency>
272272
<groupId>com.fasterxml.jackson.core</groupId>
273273
<artifactId>jackson-core</artifactId>
274-
<version>2.9.2</version>
274+
<version>2.9.9</version>
275275
</dependency>
276276
<dependency>
277277
<groupId>com.fasterxml.jackson.core</groupId>
278278
<artifactId>jackson-databind</artifactId>
279-
<version>2.9.2</version>
279+
<version>2.9.9</version>
280280
</dependency>
281281

282282
<dependency>

0 commit comments

Comments
 (0)