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

   Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 
5.3.23 to 6.0.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-framework/releases";>spring-web's
 releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.5</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add RFC-8246 &quot;immutable&quot; attribute to 
<code>CacheControl</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29955";>#29955</a></li>
   <li>Allow MockRest to match header/queryParam value list with one Matcher <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29953";>#29953</a></li>
   <li>DataBuffer should offer restricted access to underlying ByteBuffer <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29943";>#29943</a></li>
   <li>Introduce <code>HttpServiceProxyFactory#createClient</code> Kotlin 
extension <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29942";>#29942</a></li>
   <li>Support ProblemDetail serialization to XML with Jackson <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29927";>#29927</a></li>
   <li>Refine <code>TransactionalOperator.executeAndAwait</code> nullability <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29919";>#29919</a></li>
   <li>Early support for JDK 21 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29910";>#29910</a></li>
   <li>StringDecoder causes direct allocation of ByteBuffer <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29889";>#29889</a></li>
   <li>Include all Hibernate query methods in 
<code>SharedEntityManagerCreator</code>'s <code>queryTerminatingMethods</code> 
set <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29886";>#29886</a></li>
   <li>Add native support for RSocketExchange. <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29877";>#29877</a></li>
   <li>Add <code>@Nullable</code> to <code>ProblemDetail.setProperty</code> 
value argument <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29868";>#29868</a></li>
   <li>Deprecate obsolete <code>ConcurrentExecutorAdapter</code> for removal in 
6.1 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29865";>#29865</a></li>
   <li>ContentDisposition.toString() should include both regular and extended 
filename parameter <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29861";>#29861</a></li>
   <li>Refine <code>Jackson2ObjectMapperBuilder#configureFeature</code> 
exception handling <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29859";>#29859</a></li>
   <li>Flexible constructor resolution in 
AutowireCapableBeanFactory.createBean(Class) <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29855";>#29855</a></li>
   <li>Optimize CorsConfiguration::checkHeaders <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29853";>#29853</a></li>
   <li>Spring Web RestTemplate <code>http.client.requests</code> Metrics No 
Longer Have <code>client.name</code> Tag <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29839";>#29839</a></li>
   <li>Allow <code>@Aspect</code> classes to extend concrete 
<code>@Aspect</code> classes <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29830";>#29830</a></li>
   <li>Custom Constraint Validator not work with native image <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29823";>#29823</a></li>
   <li>Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29816";>#29816</a></li>
   <li>Fix R2dbcTransactionManager debug log: don't log a Mono <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29800";>#29800</a></li>
   <li>Improve generated default name for <code>@JmsListener</code> 
subscription <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29790";>#29790</a></li>
   <li>Support double-quoted values in HttpHeaders::getValuesAsList <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29785";>#29785</a></li>
   <li>Support method validation for an interface only proxy like an HTTP 
interface client <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29782";>#29782</a></li>
   <li>ResourceHandlers cannot resolve static resources without wildcard 
patterns <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29739";>#29739</a></li>
   <li>Release R2DBC connection when cleanup fails in transaction <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29703";>#29703</a></li>
   <li>Spring Webfilters and Kotlin Coroutines <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29672";>#29672</a></li>
   <li>Support &quot;multipart/mixed&quot; and &quot;multipart/related&quot; in 
DefaultServerWebExchange <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29671";>#29671</a></li>
   <li><code>@JsonDeserialize(builder = ...)</code> does not work in GraalVM 
native image <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29646";>#29646</a></li>
   <li>Combined class and method <code>@RequestMapping</code> without patterns 
should match root path as both &quot;&quot; and &quot;/&quot;  <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29625";>#29625</a></li>
   <li>Prefer problem detail media type independent of ordering in Accept 
header <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29588";>#29588</a></li>
   <li>Restrict forwards in MockMvcWebConnection to 100 <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29557";>#29557</a></li>
   <li><code>@JsonNaming</code> strategy is not supported in GraalVM native 
image <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29386";>#29386</a></li>
   <li>SQL supplier in R2DBC <code>DatabaseClient</code> is eagerly invoked <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29367";>#29367</a></li>
   <li>Set reason for WebSocket <code>CloseStatus.SESSION\_NOT\_RELIABLE</code> 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29220";>#29220</a></li>
   <li>HttpComponentsClientHttpConnector hangs when host is invalid <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29156";>#29156</a></li>
   <li>Add ResponseEntity.ofNullable() to deal with non-Optional nullable 
objects <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29117";>#29117</a></li>
   <li>Provide access to all configured interceptors in AbstractHandlerMapping 
<a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28985";>#28985</a></li>
   <li>Support <code>Optional</code> in 
<code>PayloadMethodArgumentResolver</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28945";>#28945</a></li>
   <li>Remove clear() call to release method of WeakEntryReference and 
SoftEntryReference <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28863";>#28863</a></li>
   <li>Add <code>MockMvc.multipart()</code> Kotlin extensions with 
<code>HttpMethod</code> <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28634";>#28634</a></li>
   <li>WebSocketConnectionManager constructor with prepared URI <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28524";>#28524</a></li>
   <li>Deprecate Base64Utils <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28434";>#28434</a></li>
   <li>List supported media types in HttpMediaTypeNotSupportedException when 
given invalid input media types <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/28062";>#28062</a></li>
   <li>Introduce getContentAsString and getContentAsByteArray to Resource <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/24651";>#24651</a></li>
   <li>Support Optional in Jackson 2 message converters <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/24498";>#24498</a></li>
   <li>Refine <code>ModelAttributeMethodProcessor</code> Kotlin exception 
handling <a 
href="https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/23846";>#23846</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-framework/commit/d045d407020933fa7fcaf63e1a68dc4b1eedca11";><code>d045d40</code></a>
 Release v6.0.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/afd67a0deb0a48b9ada53fde850ba102b214e0f2";><code>afd67a0</code></a>
 Fix DataBufferUtils::write AsynchronousFileChannel race condition</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/dcaddddbc50c4163910648a79b5d01a531dd1b9a";><code>dcadddd</code></a>
 Update Gradle Enterprise plugin</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/ce3be72e7fb976284831d9f2d0130d7a3565db6c";><code>ce3be72</code></a>
 Polish</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/3e3f046dc9ec8f12706b8af3229d2e4389a3e8ca";><code>3e3f046</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/5847454aa47644c3633a3b1dc121a593e413640e";><code>5847454</code></a>
 Prefer local hostAddress in ReactorServerHttpRequest</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/569df6eeccf374d66b316616058c343908eb95af";><code>569df6e</code></a>
 Refine ModelAttributeMethodProcessor Kotlin exception handling</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/979118c1ebf5bc3700eebac46727442189a48c89";><code>979118c</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f87a87e29dd62c6e531c909fef3f0857fc09c363";><code>f87a87e</code></a>
 Consistent ordering of Resource methods</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/0619e1914039d4f10b07e5aa32236d35e78b574b";><code>0619e19</code></a>
 Upgrade to Reactor 2022.0.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.23...v6.0.5";>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=5.3.23&new-version=6.0.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>


-- 
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: dev-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to