Skip to content

Commit

Permalink
Bump com.baomidou:mybatis-plus from 3.5.8 to 3.5.9 (#490)
Browse files Browse the repository at this point in the history
* Bump com.baomidou:mybatis-plus from 3.5.8 to 3.5.9

Bumps [com.baomidou:mybatis-plus](https://github.com/baomidou/mybatis-plus) from 3.5.8 to 3.5.9.
- [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.5.8...v3.5.9)

---
updated-dependencies:
- dependency-name: com.baomidou:mybatis-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add mybatis-plus-jsqlparser

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zheng Feng <[email protected]>
  • Loading branch information
dependabot[bot] and zhfeng authored Oct 31, 2024
1 parent 22a9b27 commit b52bfea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mybatis-plus/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-jsqlparser</artifactId>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<quarkus.version>2.16.12.Final</quarkus.version>
<mybatis.version>3.5.16</mybatis.version>
<mybatis-plus.version>3.5.8</mybatis-plus.version>
<mybatis-plus.version>3.5.9</mybatis-plus.version>
<vyarus.version>3.0.3</vyarus.version>
<spring.version>5.3.34</spring.version>

Expand Down Expand Up @@ -57,6 +57,11 @@
<artifactId>mybatis-plus</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-jsqlparser</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>ru.vyarus</groupId>
<artifactId>generics-resolver</artifactId>
Expand Down

0 comments on commit b52bfea

Please sign in to comment.