Skip to content

Commit

Permalink
Bump org.springframework:spring-web from 6.0.11 to 6.0.19 (#51)
Browse files Browse the repository at this point in the history
Bumps
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
from 6.0.11 to 6.0.19.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-web's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.19</h2>
<h2>:star: New Features</h2>
<ul>
<li>Log column type for limited support message in
<code>JdbcUtils.getResultSetValue</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32602">#32602</a></li>
<li>Avoid additional unnecessary <code>Annotation</code> array cloning
in <code>TypeDescriptor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32478">#32478</a></li>
<li>Avoid cloning empty <code>Annotation</code> array in
<code>TypeDescriptor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32465">#32465</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Refine scheme, userinfo, host and port parsing in
UriComponentsBuilder <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32617">#32617</a></li>
<li><code>MethodIntrospector.selectMethods()</code> fails to detect
bridge methods across ApplicationContexts <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32587">#32587</a></li>
<li>Generic interface on <code>FactoryBean</code> class not autowired in
case of <code>targetType</code> mismatch <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32585">#32585</a></li>
<li><code>HeaderContentNegotiationStrategy.resolveMediaTypes()</code>
throws unexpected <code>InvalidMimeTypeException</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32484">#32484</a></li>
<li>JmsUtils.commitIfNecessary catches and ignores JMS
IllegalStateException, losing message with ActiveMQ Artemis <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32479">#32479</a></li>
<li>Consistently apply TaskDecorator to ManagedExecutorService as well
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32456">#32456</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix broken link to vavr in the reference guide <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32495">#32495</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2022.0.18 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32593">#32593</a></li>
</ul>
<h2>v6.0.18</h2>
<h2>:star: New Features</h2>
<ul>
<li>Extract reusable method for URI validations <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32441">#32441</a></li>
<li>Allow UriTemplate to be built with an empty template <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32437">#32437</a></li>
<li>Refine <code>\*HttpMessageConverter#getContentLength</code> return
value null safety <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32333">#32333</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>WebClient Observations are missing error <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32399">#32399</a></li>
<li>AopUtils.getMostSpecificMethod does not return original method for
proxy-derived method anymore <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32368">#32368</a></li>
<li>Better protect against concurrent error handling for async requests
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32341">#32341</a></li>
<li>ContentCachingResponseWrapper no longer honors Content-Type and
Content-Length <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32321">#32321</a></li>
<li>Hibernate native image support broken by <code>HHH-17643</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32312">#32312</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix order of 2 sections in the Validation chapter of the reference
manual <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32409">#32409</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<ul>
<li>Upgrade to Reactor 2022.0.17 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/32421">#32421</a></li>
</ul>
<h2>v6.0.17</h2>
<h2>:star: New Features</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/91cf5ebd2da4fa962aca980ab160821f9d8daa71"><code>91cf5eb</code></a>
Release v6.0.19</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/402246df28048504a709b5c277dfd49116ff5df1"><code>402246d</code></a>
Refine UriComponentsBuilder parsing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/88a68ddbd2df5c1b891980551bc522dce22d6563"><code>88a68dd</code></a>
Upgrade to Reactor 2022.0.18</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/7d178c67712ae312a0ea4ce507fe943b728c0bad"><code>7d178c6</code></a>
Detect bridge methods across ApplicationContexts in
MethodIntrospector</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/ba776d7201a82013733bd4d9002fd7f7921bb0f7"><code>ba776d7</code></a>
Log column type for limited support message in getResultSetValue</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/aba5f421fcd2d5fc0ad9a1310183e0c4558b2c08"><code>aba5f42</code></a>
Remove accidental backport of 6.1 class</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/2bac1629e634cd137c1b514930ca125ec551a456"><code>2bac162</code></a>
Upgrade to Groovy 4.0.20, Netty 4.1.108, OpenPDF 1.3.43</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/9412d782ce1484456939d3a7a93658cf6319c87c"><code>9412d78</code></a>
Revised tests for generic FactoryBean type matching (backported)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/a0bd13ceb1585660599a5ff6648e09c5ec5d5cbd"><code>a0bd13c</code></a>
Do not extract FactoryBean generic in case of targetType mismatch</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/46a082120597f8f1aba98622a07308328d4d059c"><code>46a0821</code></a>
Stop linking to Websphere's Javadoc</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.0.11...v6.0.19">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework:spring-web&package-manager=maven&previous-version=6.0.11&new-version=6.0.19)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/DelineaXPM/dsv-sdk-java/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent ddef202 commit fac3861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<properties>
<java.version>8</java.version>
<jackson.version>2.14.2</jackson.version>
<spring.version>6.0.11</spring.version>
<spring.version>6.0.19</spring.version>
<pmd.version>6.55.0</pmd.version>
</properties>

Expand Down

0 comments on commit fac3861

Please sign in to comment.