build(deps): bump spring-boot-starter-parent from 2.1.3.RELEASE to 3.0.1 #160

Closed
dependabot[bot] wants to merge 1 commits from dependabot/maven/org.springframework.boot-spring-boot-starter-parent-3.0.1 into main
dependabot[bot] commented 2023-01-01 17:00:33 +08:00 (Migrated from github.com)

Bumps spring-boot-starter-parent from 2.1.3.RELEASE to 3.0.1.

Release notes

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

v3.0.1

🐞 Bug Fixes

  • Fix typo in LocalDevToolsAutoConfiguration logging #33615
  • No warning is given when <springProfile> is used in a Logback <root> block #33610
  • Auto-configure PropagationWebGraphQlInterceptor for tracing propagation #33542
  • WebClient instrumentation fails with IllegalArgumentException when adapting to WebClientExchangeTagsProvider #33483
  • Reactive observation auto-configuration does not declare order for WebFilter #33444
  • Web server fails to start due to "Resource location must not be null" when attempting to use a PKCS 11 KeyStore #33433
  • Actuator health endpoint for neo4j throws NoSuchElementException and always returns Status.DOWN #33428
  • Anchors in YAML configuration files throw UnsupportedOperationException #33404
  • ZipkinRestTemplateSender is not customizable #33399
  • AOT doesn't work with Logstash Logback Encoder #33387
  • Maven process-aot goal fails when release version is set in Maven compiler plugin #33382
  • DependsOnDatabaseInitializationPostProcessor re-declares bean dependencies at native image runtime #33374
  • @SpringBootTest now throws a NullPointerException rather than a helpful IllegalStateException when @SpringBootConfiguration is not found #33371
  • bootBuildImage always trys to create a native image due to bootJar always adding a META-INF/native-image/argfile to the jar #33363

📔 Documentation

  • Improve gradle plugin tags documentation #33617
  • Improve maven plugin tags documentation #33616
  • Fix typo in tomcat accesslog checkExists doc #33512
  • Documented Java compiler level is wrong #33505
  • Fix typo in documentation #33453
  • Update instead of replace environment in bootBuildImage documentation #33424
  • Update the reference docs to document the need to declare the native-maven-plugin when using buildpacks to create a native image #33422
  • Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container #33410
  • Reinstate GraphQL testing documentaion #33407
  • Description of NEVER in Sanitize Sensitive Values isn't formatted correctly #33398

🔨 Dependency Upgrades

  • Upgrade to AspectJ 1.9.19 #33586
  • Upgrade to Byte Buddy 1.12.20 #33587
  • Upgrade to Couchbase Client 3.4.1 #33588
  • Upgrade to Dropwizard Metrics 4.2.14 #33589
  • Upgrade to Elasticsearch Client 8.5.3 #33590
  • Upgrade to Hibernate 6.1.6.Final #33591
  • Upgrade to HttpClient 4.5.14 #33592
  • Upgrade to HttpCore 4.4.16 #33593
  • Upgrade to Infinispan 14.0.4.Final #33594
  • Upgrade to Jaybird 4.0.8.java11 #33595
  • Upgrade to Jetty 11.0.13 #33596
  • Upgrade to jOOQ 3.17.6 #33597
  • Upgrade to Kotlin 1.7.22 #33598
  • Upgrade to Lettuce 6.2.2.RELEASE #33599
  • Upgrade to MongoDB 4.8.1 #33600
  • Upgrade to MSSQL JDBC 11.2.2.jre17 #33601
  • Upgrade to Native Build Tools Plugin 0.9.19 #33602

... (truncated)

Commits
  • 837947c Release v3.0.1
  • 5929d95 Merge branch '2.7.x'
  • b10b788 Next development version (v2.7.8-SNAPSHOT)
  • f588793 Update copyright year of changed files
  • 0254619 Merge branch '2.7.x'
  • e4772cf Update copyright year of changed files
  • 2e7ca6f Warning if <springProfile> is used in phase 2 model elements
  • 2ed512d Use model.deepMarkAsSkipped in SpringProfileModelHandler
  • 532fed3 Increase couchbase connection timeout for tests
  • 9562a2c Merge branch '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.1.3.RELEASE to 3.0.1. <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>v3.0.1</h2> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Fix typo in LocalDevToolsAutoConfiguration logging <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33615">#33615</a></li> <li>No warning is given when <code>&lt;springProfile&gt;</code> is used in a Logback <code>&lt;root&gt;</code> block <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33610">#33610</a></li> <li>Auto-configure PropagationWebGraphQlInterceptor for tracing propagation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33542">#33542</a></li> <li>WebClient instrumentation fails with IllegalArgumentException when adapting to WebClientExchangeTagsProvider <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33483">#33483</a></li> <li>Reactive observation auto-configuration does not declare order for WebFilter <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33444">#33444</a></li> <li>Web server fails to start due to &quot;Resource location must not be null&quot; when attempting to use a PKCS 11 KeyStore <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33433">#33433</a></li> <li>Actuator health endpoint for neo4j throws NoSuchElementException and always returns Status.DOWN <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33428">#33428</a></li> <li>Anchors in YAML configuration files throw UnsupportedOperationException <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33404">#33404</a></li> <li>ZipkinRestTemplateSender is not customizable <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33399">#33399</a></li> <li>AOT doesn't work with Logstash Logback Encoder <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33387">#33387</a></li> <li>Maven process-aot goal fails when release version is set in Maven compiler plugin <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33382">#33382</a></li> <li><code>DependsOnDatabaseInitializationPostProcessor</code> re-declares bean dependencies at native image runtime <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33374">#33374</a></li> <li><code>@SpringBootTest</code> now throws a NullPointerException rather than a helpful IllegalStateException when <code>@SpringBootConfiguration</code> is not found <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33371">#33371</a></li> <li>bootBuildImage always trys to create a native image due to bootJar always adding a META-INF/native-image/argfile to the jar <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33363">#33363</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Improve gradle plugin tags documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33617">#33617</a></li> <li>Improve maven plugin tags documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33616">#33616</a></li> <li>Fix typo in tomcat accesslog checkExists doc <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33512">#33512</a></li> <li>Documented Java compiler level is wrong <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33505">#33505</a></li> <li>Fix typo in documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33453">#33453</a></li> <li>Update instead of replace environment in bootBuildImage documentation <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/pull/33424">#33424</a></li> <li>Update the reference docs to document the need to declare the native-maven-plugin when using buildpacks to create a native image <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33422">#33422</a></li> <li>Document that the shutdown endpoint is not intended for use when deploying a war to a servlet container <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33410">#33410</a></li> <li>Reinstate GraphQL testing documentaion <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33407">#33407</a></li> <li>Description of <code>NEVER</code> in Sanitize Sensitive Values isn't formatted correctly <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33398">#33398</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to AspectJ 1.9.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33586">#33586</a></li> <li>Upgrade to Byte Buddy 1.12.20 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33587">#33587</a></li> <li>Upgrade to Couchbase Client 3.4.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33588">#33588</a></li> <li>Upgrade to Dropwizard Metrics 4.2.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33589">#33589</a></li> <li>Upgrade to Elasticsearch Client 8.5.3 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33590">#33590</a></li> <li>Upgrade to Hibernate 6.1.6.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33591">#33591</a></li> <li>Upgrade to HttpClient 4.5.14 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33592">#33592</a></li> <li>Upgrade to HttpCore 4.4.16 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33593">#33593</a></li> <li>Upgrade to Infinispan 14.0.4.Final <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33594">#33594</a></li> <li>Upgrade to Jaybird 4.0.8.java11 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33595">#33595</a></li> <li>Upgrade to Jetty 11.0.13 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33596">#33596</a></li> <li>Upgrade to jOOQ 3.17.6 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33597">#33597</a></li> <li>Upgrade to Kotlin 1.7.22 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33598">#33598</a></li> <li>Upgrade to Lettuce 6.2.2.RELEASE <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33599">#33599</a></li> <li>Upgrade to MongoDB 4.8.1 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33600">#33600</a></li> <li>Upgrade to MSSQL JDBC 11.2.2.jre17 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33601">#33601</a></li> <li>Upgrade to Native Build Tools Plugin 0.9.19 <a href="https://github-redirect.dependabot.com/spring-projects/spring-boot/issues/33602">#33602</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/837947ca090cc18934379a0142c8ba0fa9b3f0f5"><code>837947c</code></a> Release v3.0.1</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/5929d956040af8a30591fd6a4f44de8e88a54209"><code>5929d95</code></a> Merge branch '2.7.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/b10b788cd8f3a550b79f3334b3829ec5d8cd3a52"><code>b10b788</code></a> Next development version (v2.7.8-SNAPSHOT)</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/f588793445dee905335625ba946674ed3a771db0"><code>f588793</code></a> Update copyright year of changed files</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/02546197820a00dedb012f43f20fd67e982e6f3f"><code>0254619</code></a> Merge branch '2.7.x'</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/e4772cf3b7b6bdff6cad040655ed110402126409"><code>e4772cf</code></a> Update copyright year of changed files</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2e7ca6f82d9a8552f6b0de3cb9f4f4bb0424a07c"><code>2e7ca6f</code></a> Warning if &lt;springProfile&gt; is used in phase 2 model elements</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/2ed512ddb5793b5bd6849ec4b7764e30e338407a"><code>2ed512d</code></a> Use model.deepMarkAsSkipped in SpringProfileModelHandler</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/532fed3147b916d440007e0ecb8c4e7a10320f16"><code>532fed3</code></a> Increase couchbase connection timeout for tests</li> <li><a href="https://github.com/spring-projects/spring-boot/commit/9562a2c2f1fcc60204536ff21597178b51ba4954"><code>9562a2c</code></a> Merge branch '2.7.x'</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-boot/compare/v2.1.3.RELEASE...v3.0.1">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.1.3.RELEASE&new-version=3.0.1)](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 2023-02-01 17:00:35 +08:00 (Migrated from github.com)

Superseded by #163.

Superseded by #163.

Pull request closed

Sign in to join this conversation.
No description provided.