From 62367dcdace6f3db76de28359c85488936bcd379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 13:19:03 +0000 Subject: [PATCH] chore(deps): bump mybatis-plus.version from 3.5.4.1 to 3.5.5 Bumps `mybatis-plus.version` from 3.5.4.1 to 3.5.5. Updates `com.baomidou:mybatis-plus-boot-starter` from 3.5.4.1 to 3.5.5 - [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.1...v3.5.5) Updates `com.baomidou:mybatis-plus-extension` from 3.5.4.1 to 3.5.5 - [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.1...v3.5.5) Updates `com.baomidou:mybatis-plus-generator` from 3.5.4.1 to 3.5.5 - [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.1...v3.5.5) --- 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 61e9b8d..6587718 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ 8.5.7 3.5.15 2.3.0 - 3.5.4.1 + 3.5.5 2.5.1 6.1.0 3.18.0 -- GitLab