build(deps): bump mybatis-spring-boot-starter from 2.1.4 to 2.2.0 #75

Merged
dependabot[bot] merged 1 commits from dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-2.2.0 into master 2021-06-02 10:57:05 +08:00
dependabot[bot] commented 2021-06-01 23:30:01 +08:00 (Migrated from github.com)

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

Release notes

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

mybatis-spring-boot-2.2.0

This version is required Spring Boot 2.5+ (Please use the 2.1.x line on Spring Boot 2.4 or under). Here is the complete list of changes.

Dependencies Updates

  • Upgrade to Spring Boot 2.5.0 #561
  • Update to mybatis 3.5.7 #564
  • Update to kotlin 1.5.10 #565 (using at sample)
  • Update to groovy 3.0.8 #566 (using at sample)
Commits
  • dd1fbe6 [maven-release-plugin] prepare release mybatis-spring-boot-2.2.0
  • 847fc7e Merge pull request #563 from kazuki43zoo/gh-561_spring-boot2.5
  • 73b700c Switch baseline to Spring Boot 2.5
  • 52b58f3 Drop CI support for Spring Boot 2.1-2.4 on latest development version(2.2.x) ...
  • 06354bb Update latest development version to 2.2.0-SNAPSHOT
  • be8966a Merge pull request #560 from mybatis/dependabot/maven/kotlin.version-1.5.10
  • b46f15f Bump kotlin.version from 1.5.0 to 1.5.10
  • 4140940 Merge pull request #558 from hazendaz/master
  • 6ac5d6c [xml] Add missing cityMapper (was being picked up elsewhere on original class...
  • 0e1d170 [package] Repackage xml sample module
  • 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.4 to 2.2.0. <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.2.0</h2> <p><strong>This version is required Spring Boot 2.5+ (Please use the 2.1.x line on Spring Boot 2.4 or under).</strong> Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/25?closed=1">complete list of changes</a>.</p> <h2>Dependencies Updates</h2> <ul> <li>Upgrade to Spring Boot 2.5.0 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/561">#561</a></li> <li>Update to mybatis 3.5.7 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/564">#564</a></li> <li>Update to kotlin 1.5.10 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/565">#565</a> (using at sample)</li> <li>Update to groovy 3.0.8 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/566">#566</a> (using at sample)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/dd1fbe6e24551e8bbc43fa4c73a234c129a8767c"><code>dd1fbe6</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-2.2.0</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/847fc7eea4737bcfed28e7c4eed5b6deb6ee8fce"><code>847fc7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/563">#563</a> from kazuki43zoo/<a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/561">gh-561</a>_spring-boot2.5</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/73b700cab6c294ebab713397d197757471ab84f1"><code>73b700c</code></a> Switch baseline to Spring Boot 2.5</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/52b58f3abaa53af5e72a13160f4bdddf5bd61fb4"><code>52b58f3</code></a> Drop CI support for Spring Boot 2.1-2.4 on latest development version(2.2.x) ...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/06354bb1dbcce2c37fa37e1907382a6d8853d2d4"><code>06354bb</code></a> Update latest development version to 2.2.0-SNAPSHOT</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/be8966acd0c0c00744d61de92f1f378c34cfb335"><code>be8966a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/560">#560</a> from mybatis/dependabot/maven/kotlin.version-1.5.10</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/b46f15fe4df898bde92037c43a8af695f7f1d32f"><code>b46f15f</code></a> Bump kotlin.version from 1.5.0 to 1.5.10</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/41409408fe89741e144e7b4fb9e90e4f05f23cd5"><code>4140940</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/558">#558</a> from hazendaz/master</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/6ac5d6cd3ac0420e2c74caedcc3bb3f1c14c7c83"><code>6ac5d6c</code></a> [xml] Add missing cityMapper (was being picked up elsewhere on original class...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/0e1d1702a1b6aadd22917104921d0f9128fd0570"><code>0e1d170</code></a> [package] Repackage xml sample module</li> <li>Additional commits viewable in <a href="https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-2.1.4...mybatis-spring-boot-2.2.0">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.4&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 2021-06-02 10:56:59 +08:00
Sign in to join this conversation.
No description provided.