Skip to content

Commit

Permalink
chore(deps): Bump spring.version from 6.0.13 to 6.1.1 (#227)
Browse files Browse the repository at this point in the history
Bumps `spring.version` from 6.0.13 to 6.1.1.
Updates `org.springframework:spring-core` from 6.0.13 to 6.1.1
<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.1.1</h2>
<h2>:star: New Features</h2>
<ul>
<li>Skip buffer allocation in <code>StreamUtils.copy(String)</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31621">#31621</a></li>
<li>Caching and Event Listening support do not reuse internal delegates
for their evaluation contexts <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31617">#31617</a></li>
<li>Java 17: resource.isReadable() with concurrency leaks large amounts
of non-heap memory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30955">#30955</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Spring MVC: Unexpected bytes added to the HTTP response for
kotlin.Unit return type in controller methods <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31648">#31648</a></li>
<li>Spring Data Redis Cache implementation is not compatible with
<code>Cache.retrieve(key)</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31637">#31637</a></li>
<li>GeneratedFiles#addSourceFile should not allow to add a source in the
default package <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31628">#31628</a></li>
<li><code>&lt;jee:local-slsb&gt;</code> no longer works with a
<code>business-interface</code> attribute <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31627">#31627</a></li>
<li>Non-blocking <code>@Cacheable</code> method does not support
condition with <code>#result</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31626">#31626</a></li>
<li><code>PathResourceResolver.getResource()</code> does not log warning
if <code>Resource#getURL()</code> throws exception <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31623">#31623</a></li>
<li>Jackson encoder releases resources in wrong order <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30493">#30493</a></li>
<li>WebSocketMessageBrokerStats has null stats for
stompSubProtocolHandler since 5.3.2 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/26536">#26536</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix links related to Spring WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31632">#31632</a></li>
<li>Extract recurring asciidoc links to attributes <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31619">#31619</a></li>
<li>Improve STOMP WebSocket documentation for input message buffer size
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31616">#31616</a></li>
<li>Document support for AppCDS <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31497">#31497</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/7fantasy7"><code>@​7fantasy7</code></a>,
<a href="https://github.com/Star-ho"><code>@​Star-ho</code></a>, and <a
href="https://github.com/quaff"><code>@​quaff</code></a></p>
<h2>v6.1.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>When using Oracle, <code>JdbcClient.update(KeyHolder)</code> does
not work without explicit key column names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31607">#31607</a></li>
<li>Introduce way to convert ClientHttpResponse to desired type <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31597">#31597</a></li>
<li>Property-driven onRefresh exit for AppCDS purpose <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31595">#31595</a></li>
<li>No Micrometer traceId in JMS listener container errorHandler <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31559">#31559</a></li>
<li>Register Hibernate <code>@EmbeddableInstantiators</code> registered
on JPA embeddables for reflection <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31534">#31534</a></li>
<li>Improve method validation support for errors on elements within a
container <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31530">#31530</a></li>
<li>Support pattern matching for method names in
<code>ControlFlowPointcut</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31435">#31435</a></li>
<li>Review reachability metadata contributions after GraalVM changes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31213">#31213</a></li>
<li>handleEmptyBody of RequestBodyAdvice should apply also when
content-type is not set <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30522">#30522</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Regression with <code>@EnableJpaAuditing</code> using Spring Boot
3.2-RC2 in native image <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31575">#31575</a></li>
<li>Retrieving the response body as a List of POJOs fails with
<code>RestClient</code> but passes with <code>WebTestClient</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31574">#31574</a></li>
<li><code>ExecutorLifecycleDelegate</code> should call
<code>ExecutorService.isTerminated()</code> in
<code>?.isRunning()</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31549">#31549</a></li>
<li><code>RestTemplate</code> POST to endpoint using Digest Auth no
longer works in 6.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31516">#31516</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/379e1f22ee421e0cb4738ec0143357b782edc850"><code>379e1f2</code></a>
Release v6.1.1</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d50b51e312e7d2ee8a7aeb560b02205b6a20bdba"><code>d50b51e</code></a>
Fix ordering of releasing resources in JSON Encoder</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/03b9edc36e0ccadcb9e805438ce59db306dc0a5f"><code>03b9edc</code></a>
Update STOMP WebSocket transport reference docs</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/824bc09d1135f43351c7accc0e816e0e0e1a06bc"><code>824bc09</code></a>
Actual caching of null values in retrieve(key, valueLoader)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/441e2105338835c1d43dc176d6527c791febc8d9"><code>441e210</code></a>
Treat kotlin.Unit as void in web controllers</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/c329ed83efe58d0d2bc5876c5972e45198da242f"><code>c329ed8</code></a>
Polish InvocableHandlerMethodKotlinTests</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/48f3c0839563cd8999870d90a963326099553e2f"><code>48f3c08</code></a>
Test for mixed order across bean factory hierarchy</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/c60926476aef34ed4fdd34b9a6416fe071e365df"><code>c609264</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e64b81eec40ad2c0d64980f70f2f480e506f6366"><code>e64b81e</code></a>
Revised handling of allowNullValues for asynchronous retrieval</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5a3ad6b7c92f361b096b65324828cb373d711b66"><code>5a3ad6b</code></a>
Late key generation for consistent evaluation of unless expressions</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.springframework:spring-test` from 6.0.13 to 6.1.1
<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.1.1</h2>
<h2>:star: New Features</h2>
<ul>
<li>Skip buffer allocation in <code>StreamUtils.copy(String)</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31621">#31621</a></li>
<li>Caching and Event Listening support do not reuse internal delegates
for their evaluation contexts <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31617">#31617</a></li>
<li>Java 17: resource.isReadable() with concurrency leaks large amounts
of non-heap memory <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30955">#30955</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Spring MVC: Unexpected bytes added to the HTTP response for
kotlin.Unit return type in controller methods <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31648">#31648</a></li>
<li>Spring Data Redis Cache implementation is not compatible with
<code>Cache.retrieve(key)</code> semantics <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31637">#31637</a></li>
<li>GeneratedFiles#addSourceFile should not allow to add a source in the
default package <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31628">#31628</a></li>
<li><code>&lt;jee:local-slsb&gt;</code> no longer works with a
<code>business-interface</code> attribute <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31627">#31627</a></li>
<li>Non-blocking <code>@Cacheable</code> method does not support
condition with <code>#result</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31626">#31626</a></li>
<li><code>PathResourceResolver.getResource()</code> does not log warning
if <code>Resource#getURL()</code> throws exception <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31623">#31623</a></li>
<li>Jackson encoder releases resources in wrong order <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30493">#30493</a></li>
<li>WebSocketMessageBrokerStats has null stats for
stompSubProtocolHandler since 5.3.2 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/26536">#26536</a></li>
</ul>
<h2>:notebook_with_decorative_cover: Documentation</h2>
<ul>
<li>Fix links related to Spring WebFlux <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31632">#31632</a></li>
<li>Extract recurring asciidoc links to attributes <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31619">#31619</a></li>
<li>Improve STOMP WebSocket documentation for input message buffer size
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31616">#31616</a></li>
<li>Document support for AppCDS <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31497">#31497</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/7fantasy7"><code>@​7fantasy7</code></a>,
<a href="https://github.com/Star-ho"><code>@​Star-ho</code></a>, and <a
href="https://github.com/quaff"><code>@​quaff</code></a></p>
<h2>v6.1.0</h2>
<h2>:star: New Features</h2>
<ul>
<li>When using Oracle, <code>JdbcClient.update(KeyHolder)</code> does
not work without explicit key column names <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31607">#31607</a></li>
<li>Introduce way to convert ClientHttpResponse to desired type <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31597">#31597</a></li>
<li>Property-driven onRefresh exit for AppCDS purpose <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31595">#31595</a></li>
<li>No Micrometer traceId in JMS listener container errorHandler <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31559">#31559</a></li>
<li>Register Hibernate <code>@EmbeddableInstantiators</code> registered
on JPA embeddables for reflection <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31534">#31534</a></li>
<li>Improve method validation support for errors on elements within a
container <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/31530">#31530</a></li>
<li>Support pattern matching for method names in
<code>ControlFlowPointcut</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31435">#31435</a></li>
<li>Review reachability metadata contributions after GraalVM changes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31213">#31213</a></li>
<li>handleEmptyBody of RequestBodyAdvice should apply also when
content-type is not set <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/30522">#30522</a></li>
</ul>
<h2>:lady_beetle: Bug Fixes</h2>
<ul>
<li>Regression with <code>@EnableJpaAuditing</code> using Spring Boot
3.2-RC2 in native image <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31575">#31575</a></li>
<li>Retrieving the response body as a List of POJOs fails with
<code>RestClient</code> but passes with <code>WebTestClient</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31574">#31574</a></li>
<li><code>ExecutorLifecycleDelegate</code> should call
<code>ExecutorService.isTerminated()</code> in
<code>?.isRunning()</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31549">#31549</a></li>
<li><code>RestTemplate</code> POST to endpoint using Digest Auth no
longer works in 6.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/31516">#31516</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/379e1f22ee421e0cb4738ec0143357b782edc850"><code>379e1f2</code></a>
Release v6.1.1</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/d50b51e312e7d2ee8a7aeb560b02205b6a20bdba"><code>d50b51e</code></a>
Fix ordering of releasing resources in JSON Encoder</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/03b9edc36e0ccadcb9e805438ce59db306dc0a5f"><code>03b9edc</code></a>
Update STOMP WebSocket transport reference docs</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/824bc09d1135f43351c7accc0e816e0e0e1a06bc"><code>824bc09</code></a>
Actual caching of null values in retrieve(key, valueLoader)</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/441e2105338835c1d43dc176d6527c791febc8d9"><code>441e210</code></a>
Treat kotlin.Unit as void in web controllers</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/c329ed83efe58d0d2bc5876c5972e45198da242f"><code>c329ed8</code></a>
Polish InvocableHandlerMethodKotlinTests</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/48f3c0839563cd8999870d90a963326099553e2f"><code>48f3c08</code></a>
Test for mixed order across bean factory hierarchy</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/c60926476aef34ed4fdd34b9a6416fe071e365df"><code>c609264</code></a>
Polishing</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/e64b81eec40ad2c0d64980f70f2f480e506f6366"><code>e64b81e</code></a>
Revised handling of allowNullValues for asynchronous retrieval</li>
<li><a
href="https://github.com/spring-projects/spring-framework/commit/5a3ad6b7c92f361b096b65324828cb373d711b66"><code>5a3ad6b</code></a>
Late key generation for consistent evaluation of unless expressions</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.0.13...v6.1.1">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 979c883 commit 097afb8
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 @@ -18,7 +18,7 @@
<properties>
<java.version>17</java.version>
<validation-api.version>2.0.1.Final</validation-api.version>
<spring.version>6.0.13</spring.version>
<spring.version>6.1.1</spring.version>
<junit.version>5.10.0</junit.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
Expand Down

0 comments on commit 097afb8

Please sign in to comment.