quarkiverse / quarkus-mybatis

Quarkus MyBatis Extension
Apache License 2.0
89 stars 33 forks source link

Bump org.mybatis:mybatis from 3.5.15 to 3.5.16 #427

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps org.mybatis:mybatis from 3.5.15 to 3.5.16.

Release notes

Sourced from org.mybatis:mybatis's releases.

mybatis-3.5.16

Security:

  • Prevent Invocation from being used by vulnerable applications. #3115

Bugs:

  • When database ID resolution is failed, invalid bound statement is used. #3040

Enhancements:

  • It is now possible to write a custom map wrapper to customize how to map column name with dots or brackets. #13 #3062

Performance:

  • Improved compatibility with Virtual Threads introduced by Loom.
  • Reduced memory footprint when performing the default (i.e. order based) constructor auto-mapping. #3113

Build:

  • Include the shaded libraries (OGNL and Javassist) in the sources.jar.

Please see the 3.5.16 milestone page or commit log for the complete list of changes.

Commits
  • 78bb677 [maven-release-plugin] prepare release mybatis-3.5.16
  • 79cafe3 Merge pull request #3126 from hazendaz/master
  • b4ad062 [GHA] Skip gpg signing during snapshots
  • 138eee1 Merge pull request #3125 from hazendaz/master
  • 4d3ccdf [GHA] Add release profile to sonatype push so our snapshots get proper source...
  • 0454158 Merge pull request #3124 from hazendaz/master
  • 32d7872 [ci] formatting
  • adcdebe Merge pull request #3123 from mybatis/renovate/byte-buddy.version
  • 6bed0ca chore(deps): update byte-buddy.version to v1.14.13
  • 5718c1a Merge pull request #3121 from epochcoder/fix/blocking-test-flaky
  • Additional commits viewable in compare view


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 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)