build(deps): bump mybatis-spring-boot-starter from 2.0.1 to 2.1.3 #29

Merged
dependabot[bot] merged 1 commits from dependabot/maven/org.mybatis.spring.boot-mybatis-spring-boot-starter-2.1.3 into master 2020-11-01 19:11:36 +08:00
dependabot[bot] commented 2020-10-21 00:17:24 +08:00 (Migrated from github.com)

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

Release notes

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

mybatis-spring-boot-2.1.3

Here is the complete list of changes.

Bug Fixes

In this version does not exists bug fixes on this artifact. However this version includes following bug fixes by updating dependency artifact.

Enhancements

  • Switch baseline to Spring Boot 2.3 #427

Dependencies Updates

  • Upgrade to MyBatis 3.5.5 #445
  • Upgrade to Mybatis Spring 2.0.5 (includes bug fix) #446
  • Upgrade to MyBatis Thymeleaf 1.0.2 (includes bug fix) #450
  • Upgrade to MyBatis Freemarker 1.2.2 (includes bug fix) #451
  • Upgrade to Spring Boot 2.1.14 on Travis CI #426
  • Upgrade to Kotlin 1.3.72 (using on sample) #438
  • Upgrade to Groovy 3.0.4 (using on sample) #448

Miscellaneous

  • Add sample(test) using TemplateFilePathProvider #452
  • Add tests for Fat Jar(samples) on Travis CI #453

mybatis-spring-boot-2.1.2

Here is the complete list of changes.

Bug Fixes

In this version does not exists bug fixes on this artifact. However this version includes following bug fixes by updating dependency artifact.

Dependencies Updates

  • Upgrade to MyBatis 3.5.4 #402
  • Upgrade to Mybatis Spring 2.0.4 #403
  • Upgrade to MyBatis Freemarker 1.2.1 #412
  • Upgrade to Spring Boot 2.2.5 #422
  • Upgrade to Kotlin 1.3.70 (using on sample) #424
  • Upgrade to Spring Boot 2.1.14 on Travis CI #426
  • Upgrade to Groovy 3.0.2 (using on sample) #428

Miscellaneous

... (truncated)

Commits
  • 54fa41d [maven-release-plugin] prepare release mybatis-spring-boot-2.1.3
  • ba4ef22 Merge pull request #460 from mybatis/dependabot/maven/org.mybatis-mybatis-spr...
  • f141cbf Bump mybatis-spring from 2.0.5-SNAPSHOT to 2.0.5
  • 6cf7d15 Merge pull request #461 from mybatis/dependabot/maven/org.mybatis.scripting-m...
  • 2a2cd14 Merge pull request #459 from mybatis/dependabot/maven/org.mybatis.scripting-m...
  • 7cc6f0e Bump mybatis-thymeleaf from 1.0.2-SNAPSHOT to 1.0.2
  • 1c431d4 Bump mybatis-freemarker from 1.2.2-SNAPSHOT to 1.2.2
  • d61c65a Update version to 2.1.3 in doc
  • e22a445 Upgrade to mybatis 3.5.5
  • 9aef7fe Merge pull request #458 from mybatis/dependabot/maven/org.codehaus.cargo-carg...
  • 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.0.1 to 2.1.3. <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.3</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/23?closed=1">complete list of changes</a>.</p> <h2>Bug Fixes</h2> <p>In this version does not exists bug fixes on this artifact. However this version includes following bug fixes by updating dependency artifact.</p> <ul> <li><code>MapperScannerConfigurer</code> cause early initialize bean (mybatis/spring#452)</li> <li>SQL template file not found in case the application is embedded in spring boot jar file (mybatis/thymeleaf-scripting#55, <a href="https://github-redirect.dependabot.com/mybatis/freemarker-scripting/issues/79">mybatis/freemarker-scripting#79</a>)</li> </ul> <h2>Enhancements</h2> <ul> <li>Switch baseline to Spring Boot 2.3 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/427">#427</a></li> </ul> <h2>Dependencies Updates</h2> <ul> <li>Upgrade to MyBatis 3.5.5 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/445">#445</a></li> <li>Upgrade to Mybatis Spring 2.0.5 (includes bug fix) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/446">#446</a></li> <li>Upgrade to MyBatis Thymeleaf 1.0.2 (includes bug fix) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/450">#450</a></li> <li>Upgrade to MyBatis Freemarker 1.2.2 (includes bug fix) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/451">#451</a></li> <li>Upgrade to Spring Boot 2.1.14 on Travis CI <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/426">#426</a></li> <li>Upgrade to Kotlin 1.3.72 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/438">#438</a></li> <li>Upgrade to Groovy 3.0.4 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/448">#448</a></li> </ul> <h2>Miscellaneous</h2> <ul> <li>Add sample(test) using <code>TemplateFilePathProvider</code> <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/452">#452</a></li> <li>Add tests for Fat Jar(samples) on Travis CI <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/453">#453</a></li> </ul> <h2>mybatis-spring-boot-2.1.2</h2> <p>Here is the <a href="https://github.com/mybatis/spring-boot-starter/milestone/22?closed=1">complete list of changes</a>.</p> <h2>Bug Fixes</h2> <p>In this version does not exists bug fixes on this artifact. However this version includes following bug fixes by updating dependency artifact.</p> <ul> <li>Cannot deploy with spring boot 2.2.0.RELEASE because occur BindException <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/387">#387</a> (spring-projects/spring-boot#18670 )</li> </ul> <h2>Dependencies Updates</h2> <ul> <li>Upgrade to MyBatis 3.5.4 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/402">#402</a></li> <li>Upgrade to Mybatis Spring 2.0.4 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/403">#403</a></li> <li>Upgrade to MyBatis Freemarker 1.2.1 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/412">#412</a></li> <li>Upgrade to Spring Boot 2.2.5 <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/422">#422</a></li> <li>Upgrade to Kotlin 1.3.70 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/424">#424</a></li> <li>Upgrade to Spring Boot 2.1.14 on Travis CI <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/426">#426</a></li> <li>Upgrade to Groovy 3.0.2 (using on sample) <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/428">#428</a></li> </ul> <h2>Miscellaneous</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/54fa41df546e14ab13d064c47eaff6504cb5b622"><code>54fa41d</code></a> [maven-release-plugin] prepare release mybatis-spring-boot-2.1.3</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/ba4ef22c4e94a90fe009cdc547e06a72573fc68f"><code>ba4ef22</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/460">#460</a> from mybatis/dependabot/maven/org.mybatis-mybatis-spr...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/f141cbfd1e7b50bbfd63eda4e2be753836030d72"><code>f141cbf</code></a> Bump mybatis-spring from 2.0.5-SNAPSHOT to 2.0.5</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/6cf7d15ee9932ee17db970b616483ff5a4e6f585"><code>6cf7d15</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/461">#461</a> from mybatis/dependabot/maven/org.mybatis.scripting-m...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/2a2cd141e5d9c051fbe2b305d5029ca71d7d06be"><code>2a2cd14</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/459">#459</a> from mybatis/dependabot/maven/org.mybatis.scripting-m...</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/7cc6f0e22e55bac1bcc39bd8c65aa7a0bd18f534"><code>7cc6f0e</code></a> Bump mybatis-thymeleaf from 1.0.2-SNAPSHOT to 1.0.2</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/1c431d46c1535ae2877454d00ed02cb97341ae56"><code>1c431d4</code></a> Bump mybatis-freemarker from 1.2.2-SNAPSHOT to 1.2.2</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/d61c65a952044bf8594e3302dbd1471dcd6beef0"><code>d61c65a</code></a> Update version to 2.1.3 in doc</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/e22a44542034b60f2388e137042d0d5cb0c20a71"><code>e22a445</code></a> Upgrade to mybatis 3.5.5</li> <li><a href="https://github.com/mybatis/spring-boot-starter/commit/9aef7fee96ce01a21a8b2d05f83d2f600d6a5762"><code>9aef7fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mybatis/spring-boot-starter/issues/458">#458</a> from mybatis/dependabot/maven/org.codehaus.cargo-carg...</li> <li>Additional commits viewable in <a href="https://github.com/mybatis/spring-boot-starter/compare/mybatis-spring-boot-2.0.1...mybatis-spring-boot-2.1.3">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.0.1&new-version=2.1.3)](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-11-01 19:11:28 +08:00
Sign in to join this conversation.
No description provided.