dependabot[bot] opened a new pull request, #348:
URL: https://github.com/apache/struts-examples/pull/348

   Bumps 
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
 from 6.1.4 to 6.1.6.
   <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.1.6</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/32601";>#32601</a></li>
   <li>Consistent support for generic <code>FactoryBean</code> type matching 
when using <code>getBeanProvider</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32590";>#32590</a></li>
   <li><code>@RequestParam</code> binding does not support params with an empty 
array &quot;[]&quot; suffix <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32577";>#32577</a></li>
   <li>Maximum Request Size handling support for Undertow in 
StandardMultipartHttpServletRequest <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32549";>#32549</a></li>
   <li>Introduce common support for is-null-safe checks in SpEL nodes <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32516";>#32516</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/32476";>#32476</a></li>
   <li>Avoid cloning empty <code>Annotation</code> array in 
<code>TypeDescriptor</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32405";>#32405</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/32616";>#32616</a></li>
   <li>&quot;GET must not have a request body&quot; exception with OkhttpClient 
and BufferingClientHttpRequestFactory <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32612";>#32612</a></li>
   <li>JMSTemplate.sendAndReceive does not propagate tracer over the wire <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32606";>#32606</a></li>
   <li>Calling Kotlin suspend functions in non-reactive application crashes due 
to unresolvable class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32599";>#32599</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/32586";>#32586</a></li>
   <li>Fix handling value class with private constructor on proxy <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32536";>#32536</a></li>
   <li>ReactorNettyClientResponse should not dispose connection <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32528";>#32528</a></li>
   <li><code>CompoundExpression</code> omits null-safe syntax in AST string 
representation of null-safe selection/projection in SpEL <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32515";>#32515</a></li>
   <li>Generic Kotlin controllers got broken in 6.1.5 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32510";>#32510</a></li>
   <li>WebFlux Blocking controller runs on non-blocking thread when request 
input data present <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32502";>#32502</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/32489";>#32489</a></li>
   <li><code>HeaderContentNegotiationStrategy.resolveMediaTypes()</code> throws 
unexpected <code>InvalidMimeTypeException</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32483";>#32483</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/32473";>#32473</a></li>
   <li>Missing bean class in native image with a Kotlin nested class <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32472";>#32472</a></li>
   <li>Spring MVC re-creates form data from request params and re-encoding can 
change the content-length <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32471";>#32471</a></li>
   <li>Unhandled JMS exceptions are not always recorded as observation errors 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32458";>#32458</a></li>
   <li>Consistently apply TaskDecorator to ManagedExecutorService as well <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32455";>#32455</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>SimpleAsyncTaskScheduler: Returned ScheduledFuture does not track 
provided task execution <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32589";>#32589</a></li>
   <li>Remove link to unrelated method in javadoc of 
AnnotatedBeanDefinitionReader <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32560";>#32560</a></li>
   <li>Fix typos and improve wording in reference documentation <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32557";>#32557</a></li>
   <li>Document that active profiles are set at build time with AOT <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32543";>#32543</a></li>
   <li>Fix broken link to vavr in the reference guide <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32494";>#32494</a></li>
   <li>Document AOT limitations related to Kotlin identifiers with backticks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32487";>#32487</a></li>
   <li>Add Javadoc since to 
AbstractClientHttpRequestFactoryWrapper.getDelegate() <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32474";>#32474</a></li>
   <li>Default strategy for ProblemDetail error codes wrongly document how 
&quot;detail&quot; is supported <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32446";>#32446</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.5 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32596";>#32596</a></li>
   <li>Upgrade to Reactor 2023.0.5 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32592";>#32592</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/b932df6ad25ee570909c3c2c1ed1a60bd49bbb48";><code>b932df6</code></a>
 Release v6.1.6</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/494ed4e852e11907107e978f56f24f0b0aef8680";><code>494ed4e</code></a>
 Refine UriComponentsBuilder parsing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/39cd31613b60ba5759808f0774e6fa0261cccf87";><code>39cd316</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ca2b3c170c439b775a40fd36bd6b71e2adfe3cf3";><code>ca2b3c1</code></a>
 Add Kotlin hints for enclosing class</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/019ce4418cd57391ed61c7fb6812bbd527db35e6";><code>019ce44</code></a>
 BufferingClientHttpRequestWrapper should not write empty body</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a0136a276a8228f109c78f31cc6a6cb1713b8cf1";><code>a0136a2</code></a>
 Upgrade to Reactor 2023.0.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/8d05028c2e4273f7d08f81d20922102283f5d0e2";><code>8d05028</code></a>
 RequestParam resolver supports empty array suffix</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/4a68c44a279d31ac8330b9595befdcbefd60f7e9";><code>4a68c44</code></a>
 Update content-length when reconstructing body</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e702733c7b787300d63c21bc473e1aab5c882991";><code>e702733</code></a>
 Detect bridge methods across ApplicationContexts in MethodIntrospector</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/187f641409e0eee2cea80e1570527ac9a260ef02";><code>187f641</code></a>
 Polishing</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.6";>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.1.4&new-version=6.1.6)](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/apache/struts-examples/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to