Skip to content

Commit

Permalink
chore(deps): bump mybatis-plus.version from 3.3.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps `mybatis-plus.version` from 3.3.0 to 3.4.0.

Updates `mybatis-plus-boot-starter` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.3.0...v3.4.0)

Updates `mybatis-plus-generator` from 3.3.0 to 3.4.0
- [Release notes](https://github.com/baomidou/mybatis-plus/releases)
- [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md)
- [Commits](baomidou/mybatis-plus@v3.3.0...v3.4.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and colorful3 committed Sep 17, 2020
1 parent 7d5db8e commit 91a6ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<mybatis-plus.version>3.3.0</mybatis-plus.version>
<mybatis-plus.version>3.4.0</mybatis-plus.version>
<hutool.version>5.4.2</hutool.version>
<freemarker.version>2.3.30</freemarker.version>
</properties>
Expand Down

0 comments on commit 91a6ce1

Please sign in to comment.