Bump spring-boot-starter-web from 2.5.2 to 3.0.1 (#7472)

Bumps
[spring-boot-starter-web](https://github.com/spring-projects/spring-boot)
from 2.5.2 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-web's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2>🐞 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>📔 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>🔨 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="837947ca09"><code>837947c</code></a>
Release v3.0.1</li>
<li><a
href="5929d95604"><code>5929d95</code></a>
Merge branch '2.7.x'</li>
<li><a
href="b10b788cd8"><code>b10b788</code></a>
Next development version (v2.7.8-SNAPSHOT)</li>
<li><a
href="f588793445"><code>f588793</code></a>
Update copyright year of changed files</li>
<li><a
href="0254619782"><code>0254619</code></a>
Merge branch '2.7.x'</li>
<li><a
href="e4772cf3b7"><code>e4772cf</code></a>
Update copyright year of changed files</li>
<li><a
href="2e7ca6f82d"><code>2e7ca6f</code></a>
Warning if &lt;springProfile&gt; is used in phase 2 model elements</li>
<li><a
href="2ed512ddb5"><code>2ed512d</code></a>
Use model.deepMarkAsSkipped in SpringProfileModelHandler</li>
<li><a
href="532fed3147"><code>532fed3</code></a>
Increase couchbase connection timeout for tests</li>
<li><a
href="9562a2c2f1"><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.5.2...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-web&package-manager=gradle&previous-version=2.5.2&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-12-28 12:15:13 +01:00 committed by GitHub
parent 063769f3b1
commit 2586f18bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
dependencies {
jmhImplementation("org.springframework.boot:spring-boot-starter-web:2.5.2")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.0.1")
}
tasks {