Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 22, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
org.springframework.data:spring-data-redis (source) 3.1.5 -> 3.5.6 age confidence

Release Notes

spring-projects/spring-data-redis (org.springframework.data:spring-data-redis)

v3.5.6

Compare Source

📗 Links

🐞 Bug Fixes

  • Add stream-key auto-conversion for ByteRecord #​3204

📔 Documentation

  • @Indexed secondary index keys are not expired when @RedisHash(timeToLive=…) entity expires #​3255

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.5.5

Compare Source

📗 Links

🐞 Bug Fixes

  • rangeWithScores methods returning not null in transactions #​3225
  • rangeWithScores() resolves to RedisCommand.UNKNOWN inside transaction #​3187

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.5.4

Compare Source

📗 Links

⭐ New Features

  • Avoid wrapping RedisConnection into StringRedisConnection via StringRedisTemplate #​3193

🐞 Bug Fixes

  • SMISMEMBER is a unknown command for ConnectionSplittingInterceptor #​3191

v3.5.3

Compare Source

📗 Links

v3.5.2

Compare Source

📗 Links

🐞 Bug Fixes

  • Fix LettucePoolingConnectionProvider and ClusterCommandExecutor disposal #​3164
  • LettuceConnectionFactory.destroy(…) releases cluster connections after shutting down the connection pool #​3100

📔 Documentation

  • Documentation mentions deprecated MicrometerTracingAdapter #​3149
  • Add performance warning to RedisTemplate#keys() and RedisOperations#keys() Javadoc #​3142

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #​3181

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.5.1

Compare Source

📗 Links

v3.5.0

Compare Source

📗 Links

⭐ New Features

  • Refine Topic creation for ChannelTopic and PatternTopic #​3131
  • Add support for EXPIRE [NX | XX | GT | LT] options #​3114
  • Add support for Hash Field Expiration #​3054
  • ReactiveKeyCommands.Exists to check multiple key existence #​2883
  • Add StringCommand for a SET with GET option #​2853
  • Deprecate Micrometer Tracing code in favor of Lettuce's Micrometer support #​2561

🐞 Bug Fixes

  • RedisScript with return type Number uses ValueOutput instead of IntegerOutput #​3090
  • Allow to prepare the pool #​3072

📔 Documentation

  • Fix broken Javadoc #​3148
  • Fix typo in reference docs #​3082
  • Fix typo in reference cache example code #​3064
  • Problem of code in README #​3060
  • Missing @Override annotation in GenericJackson2JsonRedisSerializer #​3053
  • RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #​3049
  • Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent #​3047

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.6 #​3152
  • Binary-incompatible removal of SetParams.ex(long) override in Jedis 6.x causes NoSuchMethodError #​3144
  • Upgrade to Lettuce 6.5.5.RELEASE #​3118
  • Upgrade to Lettuce 6.5.1.RELEASE #​3070

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.12

Compare Source

📗 Links

📔 Documentation

  • @Indexed secondary index keys are not expired when @RedisHash(timeToLive=…) entity expires #​3255

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.11

Compare Source

📗 Links

🐞 Bug Fixes

  • rangeWithScores methods returning not null in transactions #​3225
  • rangeWithScores() resolves to RedisCommand.UNKNOWN inside transaction #​3187

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.10

Compare Source

📗 Links

⭐ New Features

  • Avoid wrapping RedisConnection into StringRedisConnection via StringRedisTemplate #​3193

🐞 Bug Fixes

  • SMISMEMBER is a unknown command for ConnectionSplittingInterceptor #​3191

v3.4.9

Compare Source

📗 Links

v3.4.8

Compare Source

📗 Links

📔 Documentation

  • Documentation mentions deprecated MicrometerTracingAdapter #​3149
  • Add performance warning to RedisTemplate#keys() and RedisOperations#keys() Javadoc #​3142

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.11 #​3182

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.7

Compare Source

📗 Links

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.4.2.RELEASE #​3160

v3.4.6

Compare Source

📗 Links

📔 Documentation

v3.4.5

Compare Source

📗 Links

v3.4.4

Compare Source

📗 Links

v3.4.3

Compare Source

📗 Links

v3.4.2

Compare Source

📗 Links

🐞 Bug Fixes

  • RedisScript with return type Number uses ValueOutput instead of IntegerOutput #​3090
  • Allow to prepare the pool #​3072

📔 Documentation

  • Fix typo in reference docs #​3082
  • Fix typo in reference cache example code #​3064
  • Missing @Override annotation in GenericJackson2JsonRedisSerializer #​3053

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.1

Compare Source

📗 Links

📔 Documentation

  • Problem of code in README #​3060
  • RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #​3049
  • Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent #​3047

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.4.0

Compare Source

📗 Links

⭐ New Features

  • Inconsistent Redis Scripting API #​3010
  • Add builder customizer for DefaultJedisClientConfig.Builder #​3007
  • Support deserialization in GenericJackson2JsonRedisSerializer when using custom JsonFactory #​2981
  • opsForHash() should reuse cached instances #​2970
  • If ShadowCopy is OFF do not use the phantom key #​2954
  • Default shutdownQuietPeriod should be 0 or some fraction of the shutdownTimeout #​2945
  • Add getFirst(K key), getLast(K key) methods like Java 21 #​2937
  • RedisNode creation from bare hostname should assign default port #​2928
  • Add overloads to StreamOperations accepting XAddOptions #​2915
  • Support Lettuce SSL/TLS Verification Modes #​2899
  • Use SET command instead of SETEX #​2897
  • RedisCache.get(Object, Callable) synchronizes on entire cache instead of individual keys #​2890
  • Support custom NullValueSerializer in GenericJackson2JsonRedisSerializer #​2878
  • Can't Handle GCP Memory Store Redis having extra characters in ClusterNode Entry #​2862
  • Deprecate Micrometer Tracing code in favor of Lettuce's Micrometer support #​2561
  • Enable Jedis Lua usage in transaction and pipeline #​1455

🐞 Bug Fixes

  • When using IPv6 with a Redis cluster, executing the keys method will be unable to retrieve the node #​3015
  • Correctly handle null listener in RedisMessageListenerContainer.remove(…) #​3009
  • Race condition in JedisClusterTopologyProvider #​2986
  • Use before assignment of asyncDedicatedConnection in LettuceConnection #​2984
  • Negative maxlen for XAddOptions is ignored #​2982
  • Jackson2HashMapper fails to deserialize enum property when flatten=true #​2979
  • LettuceConnectionFactory lifecycle stops connections before depending components are stopped #​2957
  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #​2920

📔 Documentation

  • Adds explicit mention of Valkey in the README. #​3032
  • Improve StreamMessageListenerContainer Javadoc #​3021
  • Fix typo in documentation #​3018
  • Update RedisMessageListenerContainer docs #​3005
  • Fix typo in ListOperations.index() javadoc #​2965
  • Bundle Javadoc with Antora documentation site #​2950
  • Broken Image Links in README.adoc #​2916

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.13

Compare Source

📗 Links

v3.3.12

Compare Source

📗 Links

v3.3.11

Compare Source

📗 Links

v3.3.10

Compare Source

📗 Links

v3.3.9

Compare Source

📗 Links

v3.3.8

Compare Source

📗 Links

📔 Documentation

  • Fix typo in reference cache example code #​3064
  • Missing @Override annotation in GenericJackson2JsonRedisSerializer #​3053

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.7

Compare Source

📗 Links

📔 Documentation

  • Problem of code in README #​3060
  • RedisOperations interface's method hasKey has documentation that does not specify what it returns and if it is null during pipelining. #​3049
  • Fix incorrect reference to SETNX in ReactiveValueOperations.setIfAbsent #​3047

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.6

Compare Source

📗 Links

📔 Documentation

  • Adds explicit mention of Valkey in the README. #​3032
  • Improve StreamMessageListenerContainer Javadoc #​3021
  • Fix typo in documentation #​3018

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.5

Compare Source

📗 Links

⭐ New Features

  • Inconsistent Redis Scripting API #​3010
  • opsForHash() should reuse cached instances #​2970
  • Can't Handle GCP Memory Store Redis having extra characters in ClusterNode Entry #​2862

🐞 Bug Fixes

  • When using IPv6 with a Redis cluster, executing the keys method will be unable to retrieve the node #​3015
  • Correctly handle null listener in RedisMessageListenerContainer.remove(…) #​3009

📔 Documentation

  • Update RedisMessageListenerContainer docs #​3005

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.4

Compare Source

📗 Links

🐞 Bug Fixes

  • Race condition in JedisClusterTopologyProvider #​2986
  • Use before assignment of asyncDedicatedConnection in LettuceConnection #​2984
  • Negative maxlen for XAddOptions is ignored #​2982
  • Jackson2HashMapper fails to deserialize enum property when flatten=true #​2979

📔 Documentation

  • Fix typo in ListOperations.index() javadoc #​2965

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.3

Compare Source

📗 Links

⭐ New Features

  • Default shutdownQuietPeriod should be 0 or some fraction of the shutdownTimeout #​2945

📔 Documentation

  • Bundle Javadoc with Antora documentation site #​2950
  • Broken Image Links in README.adoc #​2916

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #​2962

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.2

Compare Source

📗 Links

v3.3.1

Compare Source

📗 Links

⭐ New Features

  • Support custom NullValueSerializer in GenericJackson2JsonRedisSerializer #​2878

🐞 Bug Fixes

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #​2920

📔 Documentation

  • Fix typo in Template reference documentation #​2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.3.0

Compare Source

📗 Links

⭐ New Features

  • Let QueryByExampleRedisExecutor implement ListQueryByExampleExecutor #​2880
  • Allow RedisConnectionFactories to be initialized as part of the context lifecycle #​2866
  • Extend properties for RedisSentinelConfiguration #​2860
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #​2783

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #​2903
  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #​2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #​2886
  • Index value for @Index column not removed after setting value to null #​2882
  • Redis Repositories do not find results for custom find…ById(…) queries #​2851
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #​2838
  • Return duplicate data when querying via Query Methods. #​2799
  • Cannot set config value to empty string using Lettuce #​2798
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #​2782
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #​1686

📔 Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #​2881
  • Cache reference documentation does not use variable #​2869
  • After timeout occurs on MULTI call every following transaction fails #​2865
  • Reference documentation mentions wrong variable name #​2852
  • Fix quoted variable reference in documentation #​2850
  • Anchors in documentation links lost due to redirects #​2840
  • Fix method name in Caching reference documentation #​2837
  • Update Revved up by Develocity badge #​2836
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #​2831
  • Reference documentation mentions HashOperations to be autowired #​2828
  • Fix reference documentation for Stream ops usage #​2825
  • Update Jedis documentation to reflect supporting Redis Streams #​2824
  • Use correct distance unit for repository query method documentation #​2823
  • Update referencedocs url in README #​2786
  • Refine code samples in reference docs #​2784
  • Fixed the URL for the Spring Data Commons documentation #​2779
  • Refine ReactiveRedisOperations#listenTo and listenTo…Later Javadoc mentioning resource usage #​2229

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.12

Compare Source

📗 Links

📔 Documentation

  • Improve StreamMessageListenerContainer Javadoc #​3021
  • Fix typo in documentation #​3018

🔨 Dependency Upgrades

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.11

Compare Source

📗 Links

⭐ New Features

  • Inconsistent Redis Scripting API #​3010
  • Can't Handle GCP Memory Store Redis having extra characters in ClusterNode Entry #​2862

🐞 Bug Fixes

  • When using IPv6 with a Redis cluster, executing the keys method will be unable to retrieve the node #​3015
  • Correctly handle null listener in RedisMessageListenerContainer.remove(…) #​3009

📔 Documentation

  • Update RedisMessageListenerContainer docs #​3005

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.10

Compare Source

📗 Links

🐞 Bug Fixes

  • Use before assignment of asyncDedicatedConnection in LettuceConnection #​2984
  • Negative maxlen for XAddOptions is ignored #​2982
  • Jackson2HashMapper fails to deserialize enum property when flatten=true #​2979

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.9

Compare Source

📗 Links

📔 Documentation

  • Bundle Javadoc with Antora documentation site #​2950
  • Broken Image Links in README.adoc #​2916

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.8 #​2960

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.8

Compare Source

📗 Links

v3.2.7

Compare Source

📗 Links

🐞 Bug Fixes

  • BoundValueOperations not visible when initializing boundValueOps on Fork/Join pool #​2920

📔 Documentation

  • Fix typo in Template reference documentation #​2913

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.6

Compare Source

📗 Links

🐞 Bug Fixes

  • BITFIELD INCRBY applies incorrect offset using Lettuce #​2903
  • Index value for @Index column not removed after setting value to null #​2882
  • Jackson2HashMapper breaks when using GraalVM - NotReadablePropertyException #​2838
  • DefaultRedisCacheWriter is not atomic [DATAREDIS-1117] #​1686

📔 Documentation

  • Document that keyspace events are not replicated across Redis Cluster shards #​2881
  • Refine ReactiveRedisOperations#listenTo and listenTo…Later Javadoc mentioning resource usage #​2229

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.5

Compare Source

📗 Links

🐞 Bug Fixes

  • Pipelined usage of Redis Cluster with Lettuce fails for some commands that return PipelinedRedisFuture #​2888
  • RedisTemplate.hasKey() Behavior Change with setEnableTransactionSupport = true #​2886

v3.2.4

Compare Source

📗 Links

🐞 Bug Fixes

  • Redis Repositories do not find results for custom find…ById(…) queries #​2851

📔 Documentation

  • Cache reference documentation does not use variable #​2869
  • After timeout occurs on MULTI call every following transaction fails #​2865
  • Reference documentation mentions wrong variable name #​2852
  • Fix quoted variable reference in documentation #​2850

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.3.2.RELEASE #​2867

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v3.2.3

Compare Source

📗 Links

  • [S

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/spring-data branch from 7b79047 to 24ab131 Compare June 14, 2024 11:10
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.0 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.1 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 24ab131 to 94a338b Compare July 12, 2024 18:57
@coderabbitai
Copy link

coderabbitai bot commented Jul 12, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update to the pom.xml file involves a key change in the version of the spring-data-redis dependency, moving from 3.1.5 to 3.4.4. This upgrade indicates an enhancement in the application’s interaction with Redis, potentially incorporating new features, improvements, or bug fixes associated with the spring-data-redis package.

Changes

Files Change Summary
pom.xml Updated spring-data-redis version from 3.1.5 to 3.4.4.

Sequence Diagram(s)

sequenceDiagram
    participant App
    participant Redis
    
    App->>Redis: Connect to Redis
    Redis-->>App: Connection established
    App->>Redis: Perform data operation
    Redis-->>App: Return operation result
Loading

Poem

🐇 In the garden of code, we hop and play,
With Redis upgraded, hip-hip-hooray!
New features abound, bugs chased away,
Let’s dance with our data, come what may!
🥕✨


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.1 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.2 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 94a338b to 9d7c57d Compare August 16, 2024 10:55
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.2 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.3 Aug 16, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between f77639f and 9d7c57d.

Files selected for processing (1)
  • pom.xml (1 hunks)
Additional comments not posted (1)
pom.xml (1)

40-40: Verify compatibility and test thoroughly.

The version of spring-data-redis has been updated from 3.1.5 to 3.3.3. Ensure that the application is compatible with this new version, as it may introduce breaking changes or deprecated features. Thorough testing is recommended to confirm that the integration with Redis functions as expected.

@renovate renovate bot force-pushed the renovate/spring-data branch from 9d7c57d to 68e1ae0 Compare September 13, 2024 13:04
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.3 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.4 Sep 13, 2024
@sonarqubecloud
Copy link

@renovate renovate bot force-pushed the renovate/spring-data branch from 68e1ae0 to be15cd5 Compare October 18, 2024 13:10
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.4 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.5 Oct 18, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from be15cd5 to 061dde6 Compare November 15, 2024 14:03
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.5 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.6 Nov 15, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from 061dde6 to a5f2314 Compare November 16, 2024 16:39
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.3.6 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.0 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from a5f2314 to b20b0a7 Compare December 13, 2024 11:18
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.0 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.1 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/spring-data branch from b20b0a7 to 68edb26 Compare January 17, 2025 13:16
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.1 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.2 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 68edb26 to c75af9d Compare February 14, 2025 11:34
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.2 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.3 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from c75af9d to 206fc83 Compare March 14, 2025 10:39
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.3 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.4 Mar 14, 2025
@sonarqubecloud
Copy link

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
pom.xml (1)

1-194: Verify Compatibility with Updated Dependency

Upgrading to a newer version of spring-data-redis may introduce new features or deprecations not previously present in version 3.1.5. It is advisable to run a full integration test suite to ensure that all interactions with Redis (including serialization, deserialization, and messaging) work as expected.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9d7c57d and 206fc83.

📒 Files selected for processing (1)
  • pom.xml (1 hunks)
🔇 Additional comments (1)
pom.xml (1)

38-41: Ensure Consistency in the Dependency Version Update

The PR objectives mention updating spring-data-redis to version 3.4.3, but the change in the file sets it to 3.4.4. Please verify which version is intended and update either the PR documentation or the dependency version in the POM to maintain consistency.

@renovate renovate bot force-pushed the renovate/spring-data branch from 206fc83 to 2f9a555 Compare April 22, 2025 12:57
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.4 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.5 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 2f9a555 to 9b81be9 Compare May 16, 2025 12:37
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.5 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 9b81be9 to 7985c2f Compare June 13, 2025 16:46
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.0 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.1 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 7985c2f to 2b2f791 Compare July 18, 2025 12:46
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.1 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.2 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 2b2f791 to 14a8a3d Compare August 15, 2025 10:01
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.2 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.3 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 14a8a3d to 720ee89 Compare September 13, 2025 05:59
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.3 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.4 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from 720ee89 to ed87f09 Compare October 17, 2025 10:57
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.4 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.5 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/spring-data branch from ed87f09 to f8dbd98 Compare November 14, 2025 12:39
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.5 fix(deps): update dependency org.springframework.data:spring-data-redis to v3.5.6 Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant