dependabot[bot] opened a new pull request, #9969:
URL: https://github.com/apache/iceberg/pull/9969

   Bumps 
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
 from 5.3.30 to 6.1.5.
   <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.5</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/32440";>#32440</a></li>
   <li>Allow UriTemplate to be built with an empty template <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32432";>#32432</a></li>
   <li>Optimize Coroutine invocations <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32390";>#32390</a></li>
   <li>Improve exception message when Scheduled tasks that are using Virtual 
Threads fail on shutdown <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32381";>#32381</a></li>
   <li>Add query parameters to MockMvc Kotlin DSL <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32371";>#32371</a></li>
   <li>Optimize content type parsing in <code>ServletServerHttpResponse</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32361";>#32361</a></li>
   <li>Refine handling of disconnected client error in 
ExceptionHandlerExceptionResolver <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32359";>#32359</a></li>
   <li>Refine <code>\*HttpMessageConverter#getContentLength</code> return value 
null safety <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32325";>#32325</a></li>
   <li>Optimize HttpHeaders.getAcceptLanguageAsLocales <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32318";>#32318</a></li>
   <li>SimpleAsyncTaskScheduler: consistently apply default error handling <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32298";>#32298</a></li>
   <li>Use Spliterator of underlying collection in MutablePropertyValues / 
MutablePropertySources <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32281";>#32281</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>SpEL fails to compile expression indexing into <code>boolean</code> 
array <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32400";>#32400</a></li>
   <li>WebClient Observations are missing error <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32389";>#32389</a></li>
   <li>WebClient request sent twice instantly when using 
<code>@Cacheable</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32370";>#32370</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/32365";>#32365</a></li>
   <li>Fix <code>ServletResponseHttpHeaders#get</code> null handling <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32362";>#32362</a></li>
   <li>Compiled SpEL expression fails if <code>#root</code> or 
<code>#this</code> is a non-public type <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32356";>#32356</a></li>
   <li>Suspend handler methods fail on nullable <code>value class</code> 
parameters <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32353";>#32353</a></li>
   <li>Better protect against concurrent error handling for async requests <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32340";>#32340</a></li>
   <li>Performance degradation due to Kotlin value class checks <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32334";>#32334</a></li>
   <li>With value referenced from property file in XML configuration, setter 
selection can be random in case of overloaded setter methods (e.g. on 
SimpleClientHttpRequestFactory) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32329";>#32329</a></li>
   <li><code>constructor-impl</code> of Kotlin <code>value class</code> is not 
called <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32324";>#32324</a></li>
   <li>ContentCachingResponseWrapper no longer honors Content-Type and 
Content-Length <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32317";>#32317</a></li>
   <li>Hibernate native image support broken by <code>HHH-17643</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32311";>#32311</a></li>
   <li>Revisit DatabaseMetadata#getProcedures to only apply fallback if 
original search yield more than one result <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32295";>#32295</a></li>
   <li>Remove Observation.Context from WebClient request <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32198";>#32198</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Refine &quot;Redirecting to a resource&quot; section code sample <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32423";>#32423</a></li>
   <li>Javadoc of ReactorNettyClientRequestFactory#setExchangeTimeout methods 
have wrong default value <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32419";>#32419</a></li>
   <li>Fix order of 2 sections in the Validation chapter of the reference 
manual <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32408";>#32408</a></li>
   <li>Fix Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32403";>#32403</a></li>
   <li>Document that SpEL expressions using array construction cannot be 
compiled <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32401";>#32401</a></li>
   <li>Improve documentation for <code>@Sql</code> execution phases regarding 
lifecycle <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32343";>#32343</a></li>
   <li>Omit parameter names in REST Clients section of reference docs <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32335";>#32335</a></li>
   <li>Different transaction name when using  
<code>TransactionAspectSupport.currentTransactionStatus().transactionName</code>
 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32310";>#32310</a></li>
   <li>Provide guidelines for using Kotlin properties with proxies 
(<code>@RequestScope</code> and similar use cases) <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32287";>#32287</a></li>
   <li>Correct documentation for <code>userDestinationPrefix</code> in 
<code>MessageBrokerRegistry</code> <a 
href="https://redirect.github.com/spring-projects/spring-framework/pull/32272";>#32272</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Micrometer 1.12.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32431";>#32431</a></li>
   <li>Upgrade to Reactor 2023.0.4 <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32420";>#32420</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/c04290e9ab0b587fe53dec0590aeb45fa55a870e";><code>c04290e</code></a>
 Release v6.1.5</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/381f790329a48b74c2a49fc1384dd68ca9153501";><code>381f790</code></a>
 Extract reusable checkSchemeAndPort method</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/f5a36585357acaabbcde07d8700a51d5e1582cad";><code>f5a3658</code></a>
 Upgrade to Protobuf 3.25.3, Woodstox 6.6.1, JsonPath 2.9, QDox 2.1</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/54a6d89da78075b09e6cd5c0e55d4a67885fe24a";><code>54a6d89</code></a>
 Additional unit tests for operations on empty UriTemplate</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/2922a82275239619f32084c8ceb3abe75e8621c3";><code>2922a82</code></a>
 Merge pull request <a 
href="https://redirect.github.com/spring-projects/spring-framework/issues/32432";>#32432</a>
 from bsgrd</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/a34ceb405c4dc64860fcb0d289630e4110bce9e5";><code>a34ceb4</code></a>
 Polish &quot;Allow UriTemplate to be built with an empty template&quot;</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/1b25a1506a4b1f2c3cf2d38dc79866c89ffc11fe";><code>1b25a15</code></a>
 Allow UriTemplate to be built with an empty template</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/723c94e5ac270188674fb6697bac942d962f4cae";><code>723c94e</code></a>
 Polishing</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/e5a69dcfdfbf5582ce4d719ed891677132ec281e";><code>e5a69dc</code></a>
 Upgrade to Reactor 2023.0.4 and Micrometer 1.12.4</li>
   <li><a 
href="https://github.com/spring-projects/spring-framework/commit/c2248c968ca3b3ae93fd92b311fc1bb0988b570b";><code>c2248c9</code></a>
 Update Javadoc in DefaultUserDestinationResolver</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-framework/compare/v5.3.30...v6.1.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=gradle&previous-version=5.3.30&new-version=6.1.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 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)
   
   
   </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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to