Skip to content

Commit

Permalink
fix(deps): update dependency com.itfsw:mybatis-generator-plugin to v1…
Browse files Browse the repository at this point in the history
….4.6
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent ad53023 commit e3e634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
mybatisGenerator "org.mybatis.generator:mybatis-generator-core:${mybatisGeneratorVersion}"
mybatisGenerator "org.mybatis.generator:mybatis-generator-maven-plugin:${mybatisGeneratorVersion}"
mybatisGenerator "com.mysql:mysql-connector-j:+"
mybatisGenerator "com.itfsw:mybatis-generator-plugin:1.3.10"
mybatisGenerator "com.itfsw:mybatis-generator-plugin:1.4.6"
}

tasks.named("test") {
Expand Down

0 comments on commit e3e634e

Please sign in to comment.