Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[maven] (deps-dev): Bump com.baomidou:mybatis-plus-boot-starter-test from 3.5.6 to 3.5.7 #68

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2024

Bumps com.baomidou:mybatis-plus-boot-starter-test from 3.5.6 to 3.5.7.

Release notes

Sourced from com.baomidou:mybatis-plus-boot-starter-test's releases.

v3.5.7

  • fix: 修复动态表名处理 update ignore 错误
  • fix: 修复SQLServer2005分页处理空格错误
  • fix: 修复多租户查询出现问题
  • fix: 修正非通用泛型情况下序列化json减少强转
  • fix: 修复代码生成器禁用模板失效
  • fix: 修复分页count优化distinct搭配orderBy处理错误
  • fix: 修复达梦数据库生成代码错误
  • fix: 修复租户插件特殊exists语句会失效
  • fix: 修复sqlite数据库ddl_history错误导致无法创建表
  • fix: 修复DataChangeRecorderInnerInterceptor在Insert时配置忽略无效
  • fix: 修复代码生成器处理不标准的JdbcType导致空指针错误
  • feat: BaseMapper新增批量操作与InsertOrUpdate方法
  • feat: BaseMapper新增批量操作方法返回值List
  • feat: BaseMapper方法逻辑删除默认支持填充
  • feat: 调整Service层逻辑删除填充逻辑处理
  • feat: 重构批量删除参数填充处理逻辑.
  • feat: 自增自减处理BigDecimal
  • feat: 新增雪花ID配置(支持手动分配workerId与datacenterId或指定网卡信息自动获取方式)
  • feat: 重构ServiceImpl泛型参数提取
  • feat: 修改AES密钥随机性生成
  • feat: UpdateWrapper增加checkSqlInjection方法
  • feat: 调整DDL脚本自动装配逻辑(当无实现时或无mybatis-plus-extension模块时不注入DDL运行bean)
  • feat: 注入方法deleteBatchIds重命名deleteByIds
  • feat: SpringBoot升级至2.7.18和3.2.6
  • feat: 升级kotlin至1.9.24
  • feat: 升级lombok至1.18.32
Changelog

Sourced from com.baomidou:mybatis-plus-boot-starter-test's changelog.

[v3.5.7] 2024.06.10

  • fix: 修复动态表名处理 update ignore 错误
  • fix: 修复SQLServer2005分页处理空格错误
  • fix: 修复多租户查询出现问题
  • fix: 修正非通用泛型情况下序列化json减少强转
  • fix: 修复代码生成器禁用模板失效
  • fix: 修复分页count优化distinct搭配orderBy处理错误
  • fix: 修复达梦数据库生成代码错误
  • fix: 修复租户插件特殊exists语句会失效
  • fix: 修复sqlite数据库ddl_history错误导致无法创建表
  • fix: 修复DataChangeRecorderInnerInterceptor在Insert时配置忽略无效
  • fix: 修复代码生成器处理不标准的JdbcType导致空指针错误
  • feat: BaseMapper新增批量操作与InsertOrUpdate方法
  • feat: BaseMapper新增批量操作方法返回值List
  • feat: BaseMapper方法逻辑删除默认支持填充
  • feat: 调整Service层逻辑删除填充逻辑处理
  • feat: 重构批量删除参数填充处理逻辑.
  • feat: 自增自减处理BigDecimal
  • feat: 新增雪花ID配置(支持手动分配workerId与datacenterId或指定网卡信息自动获取方式)
  • feat: 重构ServiceImpl泛型参数提取
  • feat: 修改AES密钥随机性生成
  • feat: UpdateWrapper增加checkSqlInjection方法
  • feat: 调整DDL脚本自动装配逻辑(当无实现时或无mybatis-plus-extension模块时不注入DDL运行bean)
  • feat: 注入方法deleteBatchIds重命名deleteByIds
  • feat: SpringBoot升级至2.7.18和3.2.6
  • feat: 升级kotlin至1.9.24
  • feat: 升级lombok至1.18.32
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.baomidou:mybatis-plus-boot-starter-test](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-boot-starter-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Jun 11, 2024
@qct qct merged commit 4f35a34 into master Jun 15, 2024
1 check passed
@qct qct deleted the dependabot/maven/com.baomidou-mybatis-plus-boot-starter-test-3.5.7 branch June 15, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maven
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant