From 0b3098dc53e75f272c5062adb350d22ff49a4f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:17:30 +0000 Subject: [PATCH 1/2] :arrow_up: Bump mybatis.plus.version from 3.5.8 to 3.5.10.1 Bumps `mybatis.plus.version` from 3.5.8 to 3.5.10.1. Updates `com.baomidou:mybatis-plus` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-spring-boot-autoconfigure` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-spring-boot3-starter` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-core` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-annotation` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-extension` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) Updates `com.baomidou:mybatis-plus-generator` from 3.5.8 to 3.5.10.1 - [Release notes](https://github.com/baomidou/mybatis-plus/releases) - [Changelog](https://github.com/baomidou/mybatis-plus/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/baomidou/mybatis-plus/compare/v3.5.8...v3.5.10.1) --- updated-dependencies: - dependency-name: com.baomidou:mybatis-plus dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-spring-boot3-starter dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-annotation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-extension dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.baomidou:mybatis-plus-generator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f2f7e62..4a1fbb7 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 3.5.19 3.0.4 - 3.5.8 + 3.5.10.1 4.12.0 1.6.0 From 71609b9e17af1979c16ff996699c7d91c93a81f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Wed, 5 Mar 2025 15:18:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?:construction:=20=E5=8D=87=E7=BA=A7=20mybat?= =?UTF-8?q?is=20plus=20=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blade-starter-mybatis/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/blade-starter-mybatis/pom.xml b/blade-starter-mybatis/pom.xml index e7628cb..e4ec237 100644 --- a/blade-starter-mybatis/pom.xml +++ b/blade-starter-mybatis/pom.xml @@ -32,6 +32,10 @@ com.baomidou mybatis-plus + + com.baomidou + mybatis-plus-jsqlparser + com.baomidou mybatis-plus-spring-boot-autoconfigure diff --git a/pom.xml b/pom.xml index 4a1fbb7..3c85e10 100644 --- a/pom.xml +++ b/pom.xml @@ -266,6 +266,11 @@ mybatis-plus ${mybatis.plus.version} + + com.baomidou + mybatis-plus-jsqlparser + ${mybatis.plus.version} + com.baomidou mybatis-plus-spring-boot-autoconfigure