Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump spring.version from 6.0.12 to 6.0.13 (#219)
Bumps `spring.version` from 6.0.12 to 6.0.13. Updates `org.springframework:spring-core` from 6.0.12 to 6.0.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-core's releases</a>.</em></p> <blockquote> <h2>v6.0.13</h2> <h2>:star: New Features</h2> <ul> <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li> <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li> <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li> <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li> <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li> <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li> <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li> <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li> <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li> <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li> <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li> <li>AOT-generated code no longer set bean class for beans created from a <code>@bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li> <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li> <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li> <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li> <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li> <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li> <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li> <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li> <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li> <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li> <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li> <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li> <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li> <li>Referencing a <code>@bean</code> method in a <code>@configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li> <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li> <li>Clarify documentation for <code>@transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li> <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/jihuayu"><code>@jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@wfouche</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert "Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder"</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.13">compare view</a></li> </ul> </details> <br /> Updates `org.springframework:spring-test` from 6.0.12 to 6.0.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spring-projects/spring-framework/releases">org.springframework:spring-test's releases</a>.</em></p> <blockquote> <h2>v6.0.13</h2> <h2>:star: New Features</h2> <ul> <li>Improve diagnostics for negative repeated text count in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31342">#31342</a></li> <li>Improve diagnostics when repeated text size calculation results in overflow in SpEL <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31341">#31341</a></li> <li><code>UnknownContentTypeException</code> is not <code>Serializable</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31283">#31283</a></li> <li>Reintroduce <code>FastClass</code> in CGLIB class names for <code>@configuration</code> classes <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31272">#31272</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li><code>HibernateJpaDialect</code> and <code>HibernateExceptionTranslator</code> throw <code>SQLExceptionTranslator</code>-provided exception instead of returning it <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31409">#31409</a></li> <li>AnnotationScanner scanning leads to StackOverflowError with recursive annotation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31400">#31400</a></li> <li><code>NamedParameterJdbcTemplate</code> throws unexpected exception for <code>null</code> query <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31391">#31391</a></li> <li>HTTP server exchange observations have incorrect UNKNOWN status tag if the client disconnected <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31388">#31388</a></li> <li>Breaking change from 6.0.11 to 6.0.12 if you expect query parameters in <code>@RequestBody</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31327">#31327</a></li> <li>SpEL's <code>CompoundExpression.toStringAST()</code> omits <code>?</code> for null-safe navigation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31326">#31326</a></li> <li><code>ConcurrentLruCache</code> no longer supports capacity = 0 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31317">#31317</a></li> <li>Using R2dbc transactional and non transactional on a database connection pool will fail for Oracle. <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31268">#31268</a></li> <li>AOT-generated code no longer set bean class for beans created from a <code>@bean</code> method <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31242">#31242</a></li> <li>CGLIB proxy classes are no longer cached properly <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31238">#31238</a></li> <li>Illegal reflective access in <code>ContextOverridingClassLoader.isEligibleForOverriding</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31232">#31232</a></li> <li>Fix RuntimeHintsPredicates matching rules for public/declared elements <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31224">#31224</a></li> <li>MultipartParser should respect read position <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31110">#31110</a></li> <li>WebClient reports 'Host is not specified' for URI with hostname and port, but without scheme <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31033">#31033</a></li> <li>R2DBC Connection is closed during transaction when using TransactionAwareConnectionFactoryProxy <a href="https://redirect.github.com/spring-projects/spring-framework/issues/28133">#28133</a></li> <li>SpEL cannot evaluate or compile expression with null-safe <code>void</code> method invocation <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27421">#27421</a></li> <li><code>LazyResolutionMessage</code> does not implement proper <code>toString</code> <a href="https://redirect.github.com/spring-projects/spring-framework/issues/21265">#21265</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Document Kotlin declaration site variance subtleties <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31370">#31370</a></li> <li>Add missing <code>conversionService</code> field in doc example <a href="https://redirect.github.com/spring-projects/spring-framework/pull/31330">#31330</a></li> <li>Clarify documentation on Spring Web MVC pattern comparison <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31294">#31294</a></li> <li>Improved documentation for MethodParameter#getAnnotatedElement <a href="https://redirect.github.com/spring-projects/spring-framework/issues/30397">#30397</a></li> <li>Javadoc for <code>BeanPropertyRowMapper.getColumnValue(ResultSet, int, Class)</code> is inconsistent with code <a href="https://redirect.github.com/spring-projects/spring-framework/issues/29285">#29285</a></li> <li>Referencing a <code>@bean</code> method in a <code>@configuration</code> class' <code>@PostConstruct</code> method leads to circular reference <a href="https://redirect.github.com/spring-projects/spring-framework/issues/27876">#27876</a></li> <li>Incorrect reference information about CGLIB supported method visibility <a href="https://redirect.github.com/spring-projects/spring-framework/issues/25001">#25001</a></li> <li>Clarify documentation for <code>@transactional</code> on interfaces <a href="https://redirect.github.com/spring-projects/spring-framework/issues/23538">#23538</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Upgrade to Micrometer 1.10.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31404">#31404</a></li> <li>Upgrade to Reactor 2022.0.12 <a href="https://redirect.github.com/spring-projects/spring-framework/issues/31405">#31405</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/jihuayu"><code>@jihuayu</code></a> and <a href="https://github.com/wfouche"><code>@wfouche</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spring-projects/spring-framework/commit/dda5250b75c9a20636d04b9325254e25f960b7fb"><code>dda5250</code></a> Release v6.0.13</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/4bd54dffbca8ca587251fb58ad3c0b4823e5358d"><code>4bd54df</code></a> Upgrade to concourse-release-scripts 0.4.0-SNAPSHOT</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/86650d1a39f585b22e33425c59e9d07c9db139a1"><code>86650d1</code></a> Polishing</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/87424cd6057049a03c9e35074c744a97469df16c"><code>87424cd</code></a> Upgrade to SLF4J 2.0.9 and AspectJ 1.9.20.1</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/80e82cd43f1c2ec85c405bff4b8de6f36f6d6e59"><code>80e82cd</code></a> Do not close transactional Connection in doReleaseConnection</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/66ce8c9a253727c673f38e65554cefb7eb6a23fc"><code>66ce8c9</code></a> Properly return SQLExceptionTranslator-provided exception</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e9fcb21d55c586062b7b74798a23e0dd283f22d0"><code>e9fcb21</code></a> Refine status KeyValue for HTTP server observations</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/ee9dff30c5828bcdbf120e83333a45bbe82f728b"><code>ee9dff3</code></a> Updated Java 17 version in sdkmanrc</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/21584108537c67762fa519d42c51a88a305d0934"><code>2158410</code></a> Revert "Support Jackson's DatatypeFeature in Jackson2ObjectMapperBuilder"</li> <li><a href="https://github.com/spring-projects/spring-framework/commit/e0a55c2caad28a396555f8958128e91b3b837453"><code>e0a55c2</code></a> Upgrade to Micrometer 1.10.12 and Reactor 2022.0.12</li> <li>Additional commits viewable in <a href="https://github.com/spring-projects/spring-framework/compare/v6.0.12...v6.0.13">compare view</a></li> </ul> </details> <br /> 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information