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

   Bumps 
[org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis)
 from 4.0.5 to 4.1.0.
   <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>4.1.0</h2>
   <h2>:green_book: Links</h2>
   <ul>
   <li><a href="https://docs.spring.io/spring-data/redis/reference/4.1/";>Spring 
Data Redis 4.1.0 Reference documentation</a></li>
   <li><a 
href="https://docs.spring.io/spring-data/redis/reference/4.1/api/java/";>Spring 
Data Redis 4.1.0 Javadoc</a></li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Add <code>RedisMessageSendingTemplate</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3339";>#3339</a></li>
   <li>Added Redis DIGEST command support for connection and template layer <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3333";>#3333</a></li>
   <li>Refactor SET command API to include CAS options <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3324";>#3324</a></li>
   <li>Add <code>RedisListenerEndpointRegistrar</code> and content negotiation 
<a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3321";>#3321</a></li>
   <li>Deprecate <code>TimeUnit</code>-based Template API in favor of 
<code>Duration</code> and <code>Expiration</code> types <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3319";>#3319</a></li>
   <li>Added support for Redis 8.4 DELEX command <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3318";>#3318</a></li>
   <li>Reset Caches by flushing DB <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3314";>#3314</a></li>
   <li>Add Expiration-based API for SET command operations <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3305";>#3305</a></li>
   <li>Add support for annotation-driven Redis Pub/Sub Listeners <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3303";>#3303</a></li>
   <li>Make auto-startup configurable in DefaultStreamMessageListenerContainer 
<a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3293";>#3293</a></li>
   <li>Support <code>CacheManager.resetCaches()</code> optimization <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3290";>#3290</a></li>
   <li>Provide library client information to Redis <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3268";>#3268</a></li>
   <li>Add incrementScore to RedisZSet <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3257";>#3257</a></li>
   <li>Add incrementScore to RedisZSet <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3256";>#3256</a></li>
   <li>Expand bitwise operations with DIFF, DIFF1, ANDOR, ONE <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3250";>#3250</a></li>
   <li>Add support for XDELEX and XACKDEL, and expand options for XADD and 
XTRIM <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3247";>#3247</a></li>
   <li>Feature Request: Support XDELEX, XACKEX and extend XADD and XTRIM 
options from Redis 8.2 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3232";>#3232</a></li>
   <li>Migrate to JSpecify annotations for nullability constraints <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3092";>#3092</a></li>
   <li>Consider enabling auto-startup for 
<code>DefaultStreamMessageListenerContainer</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2568";>#2568</a></li>
   <li>Introduce annotation-driven Redis listener endpoint programming model <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/1004";>#1004</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Fix <code>RedisPipelineException</code> double-wrapping in 
<code>LettuceConnection.closePipeline()</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3347";>#3347</a></li>
   <li><code>RedisPipelineException</code> is double-wrapped in 
<code>LettuceConnection.closePipeline()</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3346";>#3346</a></li>
   <li>Fix sort direction ignored in GeoSearchStoreCommandArgs.sort() <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3345";>#3345</a></li>
   <li>Fix sort direction ignored in GeoSearchStoreCommandArgs.sort() <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3342";>#3342</a></li>
   <li><code>JedisClusterStringCommands</code> uses 
<code>LettuceConverters</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3328";>#3328</a></li>
   <li>Fix Duration validation to accept nanosecond fractions <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3302";>#3302</a></li>
   <li>Use Jackson default factory to create JavaType <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3277";>#3277</a></li>
   <li>JacksonJsonRedisSerializer in Spring Data Redis 4.0.0 breaks 
deserialization due to use of unsafeSimpleType <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3271";>#3271</a></li>
   <li>ReactiveListOperations left/right pop operations fail with Duration with 
fractions of second <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2975";>#2975</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Fix typos and a malformed anchor in the preface <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3377";>#3377</a></li>
   <li>Refine <code>MessageListenerAdapter</code> regarding channel and pattern 
arguments <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3338";>#3338</a></li>
   <li>Update observability note to reflect MicrometerTracing usage <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/3323";>#3323</a></li>
   <li>Adopt Lettuce observability documentation to Spring Boot 4 changes <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3313";>#3313</a></li>
   <li>Refine Antora-build <a 
href="https://redirect.github.com/spring-projects/spring-data-build/issues/2797";>#2797</a></li>
   <li>Add Readme templates <a 
href="https://redirect.github.com/spring-projects/spring-data-build/issues/2758";>#2758</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Maven Wrapper 3.9.16 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3373";>#3373</a></li>
   <li>Upgrade to Lettuce 7.5.2.RELEASE <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3369";>#3369</a></li>
   <li>Upgrade to Jedis 7.4.1 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/3344";>#3344</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-data-redis/commit/372d34df94373c45048bcb7abc1d495962d044e5";><code>372d34d</code></a>
 Release version 4.1 GA (2026.0.0).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/a978508e670778c1e09b325dca6b5f33c206da6b";><code>a978508</code></a>
 Polishing.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/5cb6efeb252ed8c498f511cad4c8e726426f19b1";><code>5cb6efe</code></a>
 Fix typos and a malformed anchor in the preface.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/8486e8ba967813d16fb7e0e2b2302a03c3d3fc87";><code>8486e8b</code></a>
 Upgrade to Maven Wrapper 3.9.16.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/5d1e833e760414501c7e49c29fe4b53dcc5ef2af";><code>5d1e833</code></a>
 Refine GitHub Actions workflows.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/af382a1e5c6ec37e4fd62eb651a912cdce664b72";><code>af382a1</code></a>
 Upgrade to Lettuce 7.5.2.RELEASE.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/e974c67cf5c6b7baa610c107e93c452d9e775d3c";><code>e974c67</code></a>
 Refine default typing configuration for 
<code>RedisMessageConverters</code>.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/0875c20317735084871b1d6e1095cc1ba6f81894";><code>0875c20</code></a>
 Polishing.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/5494d998258423101edd3353f946cf2e68de7265";><code>5494d99</code></a>
 After release cleanups.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/c5897868771869e5aeaddb84ce05828a3a806c21";><code>c589786</code></a>
 Prepare next development iteration.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-data-redis/compare/4.0.5...4.1.0";>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=4.0.5&new-version=4.1.0)](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 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