build(deps): bump mybatis-spring-boot-starter from 2.1.3 to 2.1.4 #37

Merged
dependabot[bot] merged 1 commits from dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-2.1.4 into master 2020-12-01 14:08:15 +08:00
dependabot[bot] commented 2020-12-01 13:39:04 +08:00 (Migrated from github.com)

Bumps mybatis-spring-boot-starter from 2.1.3 to 2.1.4.

Release notes

Sourced from mybatis-spring-boot-starter's releases.

mybatis-spring-boot-2.1.4

Here is the complete list of changes.

Enhancements

  • Switch baseline to Spring Boot 2.4 #512
  • Support configuration property for default-scope provided by mybatis-spring #469
  • Support @MockBean for a MyBatis mapper interface #475

Dependencies Updates

  • Upgrade to MyBatis 3.5.6 #503
  • Upgrade to Mybatis Spring 2.0.6 #511
  • Upgrade to Kotlin 1.4.10 (using on sample) #491
  • Upgrade to Groovy 3.0.6 (using on sample) #501

Miscellaneous

  • Support CI using Spring Boot 2.3 #513
Commits
  • 493bfb9 [maven-release-plugin] prepare release mybatis-spring-boot-2.1.4
  • 23091d1 Add license header
  • 3015296 Upgrade to mybatis-spring 2.0.6
  • e9b1184 Merge pull request #514 from kazuki43zoo/gh-513_support-ci-with-spring-boot-2.3
  • febc475 Support CI using Spring Boot 2.3
  • b070c45 Merge pull request #512 from mybatis/dependabot/maven/spring-boot.version-2.4.0
  • 8589d55 Bump spring-boot.version from 2.3.5.RELEASE to 2.4.0
  • a87fd57 Merge pull request #502 from Soumya47/patch-1
  • 013a50b Merge pull request #499 from mybatis/dependabot/maven/org.mybatis-mybatis-par...
  • fe3f368 Merge pull request #508 from mybatis/dependabot/maven/spring-boot.version-2.3...
  • 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 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 [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter) from 2.1.3 to 2.1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mybatis/spring-boot-starter/releases">mybatis-spring-boot-starter's releases</a>.</em></p> <blockquote> <h2>mybatis-spring-boot-2.1.4</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/24?closed=1">complete list of changes</a>.</p> <h2>Enhancements</h2> <ul> <li>Switch baseline to Spring Boot 2.4 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/512">#512</a></li> <li>Support configuration property for <code>default-scope</code> provided by mybatis-spring <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/469">#469</a></li> <li>Support <code>@MockBean</code> for a MyBatis mapper interface <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/475">#475</a></li> </ul> <h2>Dependencies Updates</h2> <ul> <li>Upgrade to MyBatis 3.5.6 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/503">#503</a></li> <li>Upgrade to Mybatis Spring 2.0.6 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/511">#511</a></li> <li>Upgrade to Kotlin 1.4.10 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/491">#491</a></li> <li>Upgrade to Groovy 3.0.6 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/501">#501</a></li> </ul> <h2>Miscellaneous</h2> <ul> <li>Support CI using Spring Boot 2.3 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/513">#513</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/493bfb9a424dfe8ebdc8e8f106efa9b9d64361ad"><code>493bfb9</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-2.1.4</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/23091d1030d4866ac1ed488d3775951499b85a18"><code>23091d1</code></a> Add license header</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/30152964e05840cba90bc4b7913f6af5909ba42d"><code>3015296</code></a> Upgrade to mybatis-spring 2.0.6</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/e9b118464aea3a3cd92d09024295f2cb265be6c4"><code>e9b1184</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/514">#514</a> from kazuki43zoo/<a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/513">gh-513</a>_support-ci-with-spring-boot-2.3</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/febc475f1b60a9cbeac5fada7f61f4f7240ba318"><code>febc475</code></a> Support CI using Spring Boot 2.3</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/b070c453e0c0ea91a142c9834770d6a5feb6cce8"><code>b070c45</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/512">#512</a> from mybatis/dependabot/maven/spring-boot.version-2.4.0</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/8589d5551f3cde7680b6e8907c563ccf877b13a1"><code>8589d55</code></a> Bump spring-boot.version from 2.3.5.RELEASE to 2.4.0</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/a87fd57b7cd10547461ffc15e5ecbb4c4fedaf65"><code>a87fd57</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/502">#502</a> from Soumya47/patch-1</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/013a50b1132ad4c67b79f821281f05ffa02d513c"><code>013a50b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/499">#499</a> from mybatis/dependabot/maven/org.mybatis-mybatis-par...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/fe3f368a40a211b1f591874af245fc3246a420ab"><code>fe3f368</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/508">#508</a> from mybatis/dependabot/maven/spring-boot.version-2.3...</li> <li>Additional commits viewable in <a href="https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-2.1.3...mybatis-spring-boot-2.1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mybatis.spring.boot:mybatis-spring-boot-starter&package-manager=maven&previous-version=2.1.3&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-12-01 14:08:06 +08:00
Sign in to join this conversation.
No description provided.