From e47e14eee8825c6fa74733f582fbc44aea00347d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:01:17 +0000 Subject: [PATCH] chore(deps): bump mybatis-plus.version from 3.5.4 to 3.5.4.1 Bumps `mybatis-plus.version` from 3.5.4 to 3.5.4.1. Updates `com.baomidou:mybatis-plus-boot-starter` from 3.5.4 to 3.5.4.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.4...v3.5.4.1) Updates `com.baomidou:mybatis-plus-extension` from 3.5.4 to 3.5.4.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.4...v3.5.4.1) Updates `com.baomidou:mybatis-plus-generator` from 3.5.4 to 3.5.4.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.4...v3.5.4.1) --- updated-dependencies: - dependency-name: com.baomidou:mybatis-plus-boot-starter 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:development 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 95bbc64..be23603 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ 7.3 3.5.14 2.3.0 - 3.5.4 + 3.5.4.1 2.5.1 6.0.0 3.18.0 -- GitLab