Skip to content

Commit

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

Bumps [com.baomidou:mybatis-plus](https://github.com/baomidou/mybatis-plus) from 3.5.6 to 3.5.7.
- [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.6...v3.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add spring-aop dep

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zheng Feng <zh.feng@gmail.com>
  • Loading branch information
dependabot[bot] and zhfeng committed Jun 12, 2024
1 parent 6f3a6be commit 44fe266
Show file tree
Hide file tree
Showing 2 changed files with 11 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 @@ -30,6 +30,10 @@
<groupId>ru.vyarus</groupId>
<artifactId>generics-resolver</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@

<quarkus.version>2.16.12.Final</quarkus.version>
<mybatis.version>3.5.16</mybatis.version>
<mybatis-plus.version>3.5.6</mybatis-plus.version>
<mybatis-plus.version>3.5.7</mybatis-plus.version>
<vyarus.version>3.0.3</vyarus.version>
<spring.version>5.3.34</spring.version>
</properties>

<modules>
Expand Down Expand Up @@ -58,6 +59,11 @@
<artifactId>generics-resolver</artifactId>
<version>${vyarus.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>${spring.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 44fe266

Please sign in to comment.