Skip to content

Commit

Permalink
upgrade jackson
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrenjie committed May 27, 2019
1 parent 636a819 commit 4a257b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- 项目描述:基于SSM框架的网上游戏商城
## 环境配置
- JDK 1.8
- Spring 4.3.9
- Spring 5.1.7
- MyBatis 3.4
- MySQL 5.7.18
- Maven 3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.7</version>
<version>2.9.9</version>
</dependency>
<!-- mybatis核心包 -->
<dependency>
Expand Down

0 comments on commit 4a257b4

Please sign in to comment.