build(deps): bump spring-boot-starter-parent from 2.5.6 to 2.7.5 #149

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/org.springframework.boot-spring-boot-starter-parent-2.7.5 into master
dependabot[bot] commented 2022-11-01 17:26:17 +08:00 (Migrated from github.com)

Bumps spring-boot-starter-parent from 2.5.6 to 2.7.5.

Release notes

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

v2.7.5

🐞 Bug Fixes

  • Multi-Document-Separators "#---" comment checks do not account for '!' prefixed comments #32777
  • Actuator configprops endpoint does not display DataSize properties correctly #32775
  • @Bean methods in KafkaAutoConfiguration provide less type information than they could #32773
  • PEM formatted elliptic-curve TLS keys are an unrecognized private key format #32681
  • Assertion calls on CapturedOutput with Kotlin are very slow #32575
  • Empty @DefaultValue cannot be used on collections, maps, arrays or optional values #32563
  • CouchbaseReactiveHealthIndicator uses blocking API to retrieve the cluster diagnostics #32513
  • BootBuildImage's archiveFile property is annotated as an @Input but should be annotated as an @InputFile #32499

📔 Documentation

  • Remove redundant @ExtendWith(SpringExtension.class) from MyJmxTests example #32515

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.12.18 #32697
  • Upgrade to Dependency Management Plugin 1.0.15.RELEASE #32786
  • Upgrade to Ehcache3 3.10.2 #32663
  • Upgrade to Embedded Mongo 3.4.11 #32664
  • Upgrade to Glassfish JAXB 2.3.7 #32787
  • Upgrade to Hazelcast 5.1.4 #32698
  • Upgrade to Hibernate 5.6.12.Final #32665
  • Upgrade to Infinispan 13.0.12.Final #32788
  • Upgrade to Jackson Bom 2.13.4.20221013 #32724
  • Upgrade to Jetty Reactive HTTPClient 1.1.13 #32699
  • Upgrade to Lettuce 6.1.10.RELEASE #32666
  • Upgrade to Micrometer 1.9.5 #32591
  • Upgrade to MySQL 8.0.31 and extend dependency management to new Maven identifiers #32781
  • Upgrade to Netty 4.1.84.Final #32700
  • Upgrade to Reactor 2020.0.24 #32592
  • Upgrade to Spring Data 2021.2.5 #32595
  • Upgrade to Spring Kafka 2.8.10 #32596
  • Upgrade to Spring Retry 1.3.4 #32594
  • Upgrade to Spring Security 5.7.4 #32597
  • Upgrade to Tomcat 9.0.68 #32667
  • Upgrade to Undertow 2.2.20.Final #32668

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

... (truncated)

Commits
  • a0e0cd7 Release v2.7.5
  • d3750c4 Merge branch '2.6.x' into 2.7.x
  • c416c17 Polish documentation title case
  • 6f787c4 Upgrade to Infinispan 13.0.12.Final
  • 3aa8358 Upgrade to Glassfish JAXB 2.3.7
  • ba02a64 Upgrade to Dependency Management Plugin 1.0.15.RELEASE
  • e4822f6 Merge branch '2.6.x' into 2.7.x
  • 65bdcdb Upgrade to Glassfish JAXB 2.3.7
  • 02760ff Upgrade to Dependency Management Plugin 1.0.15.RELEASE
  • a19e394 Merge branch '2.6.x' into 2.7.x
  • 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 [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-boot/releases">spring-boot-starter-parent's releases</a>.</em></p> <blockquote> <h2>v2.7.5</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Multi-Document-Separators &quot;#---&quot; comment checks do not account for '!' prefixed comments <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32777">#32777</a></li> <li>Actuator configprops endpoint does not display DataSize properties correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32775">#32775</a></li> <li><code>@Bean</code> methods in KafkaAutoConfiguration provide less type information than they could <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32773">#32773</a></li> <li>PEM formatted elliptic-curve TLS keys are an unrecognized private key format <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32681">#32681</a></li> <li>Assertion calls on CapturedOutput with Kotlin are very slow <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32575">#32575</a></li> <li>Empty <code>@DefaultValue</code> cannot be used on collections, maps, arrays or optional values <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32563">#32563</a></li> <li>CouchbaseReactiveHealthIndicator uses blocking API to retrieve the cluster diagnostics <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32513">#32513</a></li> <li>BootBuildImage's archiveFile property is annotated as an <code>@Input</code> but should be annotated as an <code>@InputFile</code> <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32499">#32499</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Remove redundant <code>@ExtendWith</code>(SpringExtension.class) from MyJmxTests example <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32515">#32515</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Byte Buddy 1.12.18 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32697">#32697</a></li> <li>Upgrade to Dependency Management Plugin 1.0.15.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32786">#32786</a></li> <li>Upgrade to Ehcache3 3.10.2 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32663">#32663</a></li> <li>Upgrade to Embedded Mongo 3.4.11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32664">#32664</a></li> <li>Upgrade to Glassfish JAXB 2.3.7 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32787">#32787</a></li> <li>Upgrade to Hazelcast 5.1.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32698">#32698</a></li> <li>Upgrade to Hibernate 5.6.12.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32665">#32665</a></li> <li>Upgrade to Infinispan 13.0.12.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32788">#32788</a></li> <li>Upgrade to Jackson Bom 2.13.4.20221013 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32724">#32724</a></li> <li>Upgrade to Jetty Reactive HTTPClient 1.1.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32699">#32699</a></li> <li>Upgrade to Lettuce 6.1.10.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32666">#32666</a></li> <li>Upgrade to Micrometer 1.9.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32591">#32591</a></li> <li>Upgrade to MySQL 8.0.31 and extend dependency management to new Maven identifiers <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32781">#32781</a></li> <li>Upgrade to Netty 4.1.84.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32700">#32700</a></li> <li>Upgrade to Reactor 2020.0.24 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32592">#32592</a></li> <li>Upgrade to Spring Data 2021.2.5 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32595">#32595</a></li> <li>Upgrade to Spring Kafka 2.8.10 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32596">#32596</a></li> <li>Upgrade to Spring Retry 1.3.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32594">#32594</a></li> <li>Upgrade to Spring Security 5.7.4 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32597">#32597</a></li> <li>Upgrade to Tomcat 9.0.68 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32667">#32667</a></li> <li>Upgrade to Undertow 2.2.20.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/32668">#32668</a></li> </ul> <h2>:heart: Contributors</h2> <p>We'd like to thank all the contributors who worked on this release!</p> <ul> <li><a href="https://github.com/izeye"><code>@​izeye</code></a></li> <li><a href="https://github.com/micopiira"><code>@​micopiira</code></a></li> <li><a href="https://github.com/dreis2211"><code>@​dreis2211</code></a></li> <li><a href="https://github.com/YuanHao97"><code>@​YuanHao97</code></a></li> <li><a href="https://github.com/1993heqiang"><code>@​1993heqiang</code></a></li> <li><a href="https://github.com/hpoettker"><code>@​hpoettker</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-boot/commit/a0e0cd7ffb28ab16acb27b65db605a7a99ebd554"><code>a0e0cd7</code></a> Release v2.7.5</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/d3750c499113b8d3e77d284e7df9012930168084"><code>d3750c4</code></a> Merge branch '2.6.x' into 2.7.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/c416c17fe85507e82ea172d43b54086a1a8d02a4"><code>c416c17</code></a> Polish documentation title case</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/6f787c4b79e40c53f5a883f60a2a425b7480ac24"><code>6f787c4</code></a> Upgrade to Infinispan 13.0.12.Final</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/3aa835845ea2d6bfe845cc34b5e4a9bdec464e8d"><code>3aa8358</code></a> Upgrade to Glassfish JAXB 2.3.7</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/ba02a6474385939d9a03c44c5fd4f990f7969776"><code>ba02a64</code></a> Upgrade to Dependency Management Plugin 1.0.15.RELEASE</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/e4822f691522d10f6956e4ba1bb9911223d4d871"><code>e4822f6</code></a> Merge branch '2.6.x' into 2.7.x</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/65bdcdb2a5be6c0d8b6643c02c8dbd288ea57745"><code>65bdcdb</code></a> Upgrade to Glassfish JAXB 2.3.7</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/02760ffee41543e96e3dcbe2a2e1a9d660830bc4"><code>02760ff</code></a> Upgrade to Dependency Management Plugin 1.0.15.RELEASE</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/a19e394ebbd8fc4045326e22e101e28472f4b16a"><code>a19e394</code></a> Merge branch '2.6.x' into 2.7.x</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.7.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.boot:spring-boot-starter-parent&package-manager=maven&previous-version=2.5.6&new-version=2.7.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:01:09 +08:00 (Migrated from github.com)

Superseded by #156.

Superseded by #156.

Pull request closed

Sign in to join this conversation.
No description provided.