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

   Bumps 
[org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis)
 from 3.2.0 to 3.2.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spring-projects/spring-data-redis/releases";>org.springframework.data:spring-data-redis's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.2.1</h2>
   <h2>:green_book: Links</h2>
   <ul>
   <li><a href="https://docs.spring.io/spring-data/redis/reference/";>Spring 
Data Redis 3.2 Reference documentation</a></li>
   <li><a 
href="https://docs.spring.io/spring-data/redis/docs/3.2.1/api/";>Spring Data 
Redis 3.2 Javadoc</a></li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Expose <code>ValueWrapper</code> to differentiate between cached null 
values and absent cache mapping. <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2785";>#2785</a></li>
   <li><code>RedisCache</code> should expose <code>ValueWrapper</code> for 
cached null values returned from <code>retrieve(key)</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2783";>#2783</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Return duplicate data when querying via Query Methods. <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2799";>#2799</a></li>
   <li>Cannot set config value to empty string using Lettuce <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2798";>#2798</a></li>
   <li>Redis <code>SCAN</code> cursor exceeds <code>Long.MAX_VALUE</code> 
resulting in <code>NumberFormatException</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2796";>#2796</a></li>
   <li><code>RedisMessageListenerContainer</code> resubscribe using Jedis fails 
after exception <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2782";>#2782</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Update referencedocs url in README <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2786";>#2786</a></li>
   <li>Refine code samples in reference docs <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2784";>#2784</a></li>
   <li>Fixed the URL for the Spring Data Commons documentation <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2779";>#2779</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Maven Wrapper 3.9.6 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2803";>#2803</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>We'd like to thank all the contributors who worked on this release!</p>
   <ul>
   <li><a href="https://github.com/hyeonzix";><code>@​hyeonzix</code></a></li>
   <li><a 
href="https://github.com/junghoon-vans";><code>@​junghoon-vans</code></a></li>
   <li><a href="https://github.com/runbing";><code>@​runbing</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/0a4d85afa1fd0caacb9f74cded6da1d496483c8d";><code>0a4d85a</code></a>
 Release version 3.2.1 (2023.1.1).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/16d8143c7e2c774c4bb0f55e5fd063305cac8b46";><code>16d8143</code></a>
 Prepare 3.2.1 (2023.1.1).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/13f87a2332ddbdd7be7fbf8a60e01e9680228e84";><code>13f87a2</code></a>
 Differentiate between initial exception handling, recovery and recovery 
after...</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/b36ac3ea2a90bf9ecb32b26fc87ad2cb806d3b6d";><code>b36ac3e</code></a>
 Update referencedocs url in README.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/ad1cc566d87f4671681d1c84d76948d5d43ebc7c";><code>ad1cc56</code></a>
 Update CI properties.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/e94974dd4b80afc5744ee64dcb3eb11a58e158d3";><code>e94974d</code></a>
 Polishing.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/f9a660c7ff688a8ccbfd85efa57b88b6c69d81d6";><code>f9a660c</code></a>
 Expose ValueWrapper to differentiate between cached null values and absent 
ca...</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/f31a60454ae1a374ed96bbe6db0b071102771f31";><code>f31a604</code></a>
 Upgrade to Maven Wrapper 3.9.6.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/432d3d91ff9f5b5cc1fb08e611e57ca6701e0937";><code>432d3d9</code></a>
 Add tests to verify symmetric usage of scan cursor id.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/6e0f30b6076ef453f202d9cdcd0ba8c44365fc9a";><code>6e0f30b</code></a>
 Use Long.parseUnsignedLong/toUnsignedString for SCAN cursor id parsing.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-data-redis/compare/3.2.0...3.2.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.springframework.data:spring-data-redis&package-manager=maven&previous-version=3.2.0&new-version=3.2.1)](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: [email protected]

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

Reply via email to