Skip to content

Commit

Permalink
update mybatis-plus 3.5.0、fastjson 1.2.79
Browse files Browse the repository at this point in the history
  • Loading branch information
theshy9999 committed Jan 4, 2022
1 parent 1632791 commit 052c6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<swagger.version>3.0.0</swagger.version>
<fastjson.version>1.2.78</fastjson.version>
<fastjson.version>1.2.79</fastjson.version>
<druid.version>1.2.8</druid.version>
<hutool.version>5.7.12</hutool.version>
<commons-pool2.version>2.5.0</commons-pool2.version>
Expand Down
2 changes: 1 addition & 1 deletion yshop-mproot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<jjwt.version>0.10.6</jjwt.version>
<mybatis-plus-boot-starter.version>3.4.3.4</mybatis-plus-boot-starter.version>
<mybatis-plus-boot-starter.version>3.5.0</mybatis-plus-boot-starter.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 052c6c1

Please sign in to comment.