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

   Bumps 
[org.springframework.data:spring-data-redis](https://github.com/spring-projects/spring-data-redis)
 from 3.1.2 to 3.2.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>3.2.0</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.0/api/";>Spring Data 
Redis 3.2 Javadoc</a></li>
   </ul>
   <h2>:star: New Features</h2>
   <ul>
   <li>Allow <code>@EnabledOnRedisDriver</code> usage with 
<code>@ParameterizedRedisTest</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2734";>#2734</a></li>
   <li>Add support to (Left|Right) Pop N elements using 
<code>ReactiveListOperations</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2692";>#2692</a></li>
   <li>Add support for asynchronous retrieval from <code>RedisCache</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2650";>#2650</a></li>
   <li>Refine <code>RedisCollectionFactoryBean</code> collection creation <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2637";>#2637</a></li>
   <li>Refine <code>RedisCollectionFactoryBean</code> collection creation <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2633";>#2633</a></li>
   <li>Add requireState(..) assertion method to RedisAssertions <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2611";>#2611</a></li>
   <li>Introduce <code>ReversedRedisListView</code> for Java 21 compatibility 
<a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2602";>#2602</a></li>
   <li>Add a constructor with <code>Module</code> to 
<code>GenericJackson2JsonRedisSerializer</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2601";>#2601</a></li>
   <li>Allow configuration of cache lock TTL <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2597";>#2597</a></li>
   <li>Introduce executor configuration to connection factories for 
<code>Executor</code> to be used with <code>ClusterCommandExecutor</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2594";>#2594</a></li>
   <li>Improve RedisCacheManagerBuilder to expose applied 
RedisCacheConfiguration <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2583";>#2583</a></li>
   <li>Migrate <code>RedisConnectionFactory</code> to <code>Lifecycle</code> 
beans <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2503";>#2503</a></li>
   <li>Add support for GETEX in Spring Redis Cache <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2351";>#2351</a></li>
   <li>Support Lock TTL configuration using 
<code>DefaultRedisCacheWriter</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2300";>#2300</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Potential race condition in listener adding code <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2755";>#2755</a></li>
   <li>ReactiveRedisConnection ZAddCommand nx and xx does not work as expected 
<a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2731";>#2731</a></li>
   <li>Fix non-null assertion on <code>Converter</code> in 
<code>ConvertingCursor</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2701";>#2701</a></li>
   <li>IPv6 support for 
org.springframework.data.redis.connection.convert.Converters.ClusterNodesConverter#convert
 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2678";>#2678</a></li>
   <li><code>Jsr310Converters</code> does not contain converters for 
<code>OffsetTime</code> and <code>OffsetDateTime</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2677";>#2677</a></li>
   <li>Nullability of <code>RedisElementReader.read(…)</code> contradicts 
non-nullability of <code>Flux.map(…)</code> <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2655";>#2655</a></li>
   <li><code>DefaultRedisSerializationContextBuilder.string()</code> should 
assign param to <code>stringTuple</code> instead of <code>hashValueTuple</code> 
<a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2651";>#2651</a></li>
   <li><code>LettuceObservationContext</code> should be constructed with parent 
<code>Observation</code> if exists <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2591";>#2591</a></li>
   <li>JedisClusterKeyCommands#restore cause thread blocked <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2589";>#2589</a></li>
   <li><code>RedisZSetCommands.ZAddArgs#isEmpty()</code> negates empty flag <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2588";>#2588</a></li>
   </ul>
   <h2>:notebook_with_decorative_cover: Documentation</h2>
   <ul>
   <li>Remove outdated CI docs <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2767";>#2767</a></li>
   <li>CI documentation is outdated <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2766";>#2766</a></li>
   <li>Migrate documentation site to Antora <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2703";>#2703</a></li>
   <li>Add missing anchor to reference docs <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2700";>#2700</a></li>
   <li>Document that <code>RedisConnection</code> is not Thread-safe <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2653";>#2653</a></li>
   <li>Update grammatical error in redis.adoc <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/pull/2590";>#2590</a></li>
   <li>Edit and cleanup up Javadoc <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2586";>#2586</a></li>
   </ul>
   <h2>:hammer: Dependency Upgrades</h2>
   <ul>
   <li>Upgrade to Jedis 5.0.2 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2763";>#2763</a></li>
   <li>Upgrade to Lettuce 6.3 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2728";>#2728</a></li>
   <li>Upgrade to Maven Wrapper 3.9.5 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2723";>#2723</a></li>
   <li>Upgrade to OpenWebBeans 4.0 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2721";>#2721</a></li>
   <li>Upgrade to Jedis 4.4.5 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2718";>#2718</a></li>
   <li>Upgrade to Jedis 4.4.4 <a 
href="https://redirect.github.com/spring-projects/spring-data-redis/issues/2708";>#2708</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/81f119607b906e06265723f49d1055b5cff847ac";><code>81f1196</code></a>
 Release version 3.2 GA (2023.1.0).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/58a4a2da7e2dd0a4aa5354ccc623a41086fb8eca";><code>58a4a2d</code></a>
 Prepare 3.2 GA (2023.1.0).</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/7c197ce4fccf4a6f2ce737be4feeeaf4ad34bfca";><code>7c197ce</code></a>
 Upgrade to Lettuce 6.3.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/9eadebd2634df3c825c47981fbf585a6a7d7eea8";><code>9eadebd</code></a>
 Update build from source section to reflect Makefile.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/1082d31517887ecf1fa4082c7d7ca593c412e782";><code>1082d31</code></a>
 Remove CI.adoc.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/22a465a992bd1151311d25a24468f1762fdb505a";><code>22a465a</code></a>
 Polishing.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/f97bd87d708ee80b512d8ad11802a39ffd1fd6be";><code>f97bd87</code></a>
 Upgrade to Jedis 5.0.2.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/37ecdc544cb48b9e0c075f18692c8778535210d4";><code>37ecdc5</code></a>
 Upgrade to netty 4.1.100.Final.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/978af3b626927ef87cc60a16560640b0ee1c72b4";><code>978af3b</code></a>
 Build against Lettuce 6.3 snapshots.</li>
   <li><a 
href="https://github.com/spring-projects/spring-data-redis/commit/667dd27bb5ea23c0d9973a5c33c052387fb7ee1f";><code>667dd27</code></a>
 Polishing.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/spring-projects/spring-data-redis/compare/3.1.2...3.2.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=3.1.2&new-version=3.2.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 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: commits-unsubscr...@camel.apache.org

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

Reply via email to