build(deps): bump pagehelper-spring-boot-starter from 1.4.1 to 1.4.5 #148

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/com.github.pagehelper-pagehelper-spring-boot-starter-1.4.5 into master
dependabot[bot] commented 2022-10-01 17:01:09 +08:00 (Migrated from github.com)

Bumps pagehelper-spring-boot-starter from 1.4.1 to 1.4.5.

Release notes

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

1.4.5 发布

v1.4.5 - 2022-09-18

  • 升级 PageHelper 到 5.3.2

1.4.4 发布

<dependency>
  <groupId>com.github.pagehelper</groupId>
  <artifactId>pagehelper-spring-boot-starter</artifactId>
  <version>1.4.4</version>
</dependency>

v1.4.4 - 2022-09-16

  • 修复配置文件中kebab-case风格的配置项失效的问题 pr#138, by ShoWen
  • 兼容性支持,demo配置修改
  • 升级 springboot 到 2.7.3
Commits
  • ad12893 发布 1.4.5
  • 418b8eb 发布 1.4.4
  • 5682d6d 解决pr#138支持kebabcase但是不支持扩展的问题
  • d6c04a0 解决h2升级到2.x后user变为关键字导致sql执行失败的问题,解决spring boot2.7之后,spring.datasource.schema改...
  • 1222259 Merge pull request #138 from Sddft97/master
  • 091129f pagehelper-spring-boot 名称修改,fixed #143
  • f8937a2 发布 1.4.3
  • 62660b7 修复配置文件中kebab-case风格的配置项失效的问题
  • fc8c894 发布 1.4.2,增加 GitHub Actions 配置
  • See full diff 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 [pagehelper-spring-boot-starter](https://github.com/pagehelper/pagehelper-spring-boot) from 1.4.1 to 1.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pagehelper/pagehelper-spring-boot/releases">pagehelper-spring-boot-starter's releases</a>.</em></p> <blockquote> <h2>1.4.5 发布</h2> <h2>v1.4.5 - 2022-09-18</h2> <ul> <li>升级 PageHelper 到 5.3.2</li> </ul> <h2>1.4.4 发布</h2> <pre lang="xml"><code>&lt;dependency&gt; &lt;groupId&gt;com.github.pagehelper&lt;/groupId&gt; &lt;artifactId&gt;pagehelper-spring-boot-starter&lt;/artifactId&gt; &lt;version&gt;1.4.4&lt;/version&gt; &lt;/dependency&gt; </code></pre> <h2>v1.4.4 - 2022-09-16</h2> <ul> <li>修复配置文件中kebab-case风格的配置项失效的问题 pr#138, by ShoWen</li> <li>兼容性支持,demo配置修改</li> <li>升级 springboot 到 2.7.3</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/ad12893cf80767dfe30d732003368bc65b8075e0"><code>ad12893</code></a> 发布 1.4.5</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/418b8eb0074804f8def9478d531d399d6f602bb6"><code>418b8eb</code></a> 发布 1.4.4</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/5682d6d5bb752cfc8f59089d697cf57b24f28c9d"><code>5682d6d</code></a> 解决pr#138支持kebabcase但是不支持扩展的问题</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/d6c04a068b7402293980807a31ea247c166f2cf0"><code>d6c04a0</code></a> 解决h2升级到2.x后user变为关键字导致sql执行失败的问题,解决spring boot2.7之后,spring.datasource.schema改...</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/122225965767e1a4e3ee6ef0521b26a249adb1e4"><code>1222259</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pagehelper/pagehelper-spring-boot/issues/138">#138</a> from Sddft97/master</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/091129f93341b5d4327bb2e66eced02d3649707c"><code>091129f</code></a> pagehelper-spring-boot 名称修改,fixed <a href="https://github-redirect.dependabot.com/pagehelper/pagehelper-spring-boot/issues/143">#143</a></li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/f8937a27bd91155b197db7336f2ac7321bfb4554"><code>f8937a2</code></a> 发布 1.4.3</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/62660b773139fc5b404b34f6537ac850f43a3237"><code>62660b7</code></a> 修复配置文件中kebab-case风格的配置项失效的问题</li> <li><a href="https://github.com/pagehelper/pagehelper-spring-boot/commit/fc8c89457f9209516ef9057996a4d2266a2b2a45"><code>fc8c894</code></a> 发布 1.4.2,增加 GitHub Actions 配置</li> <li>See full diff in <a href="https://github.com/pagehelper/pagehelper-spring-boot/compare/1.4.1...1.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.github.pagehelper:pagehelper-spring-boot-starter&package-manager=maven&previous-version=1.4.1&new-version=1.4.5)](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>
dependabot[bot] commented 2022-12-01 17:00:55 +08:00 (Migrated from github.com)

Superseded by #154.

Superseded by #154.

Pull request closed

Sign in to join this conversation.
No description provided.