Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.springframework.data:spring-data-redis to v3.4.1 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.data:spring-data-redis (source) 3.1.5 -> 3.4.1 age adoption passing confidence

Release Notes

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

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.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

📔 Documentation

  • Anchors in documentation links lost due to redirects #​2840
  • Fix method name in Caching reference documentation #​2837
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #​2831

❤️ Contributors

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

v3.2.2

Compare Source

📗 Links

📔 Documentation

  • 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

🔨 Dependency Upgrades

❤️ Contributors

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

v3.2.1

Compare Source

📗 Links

⭐ New Features

  • Expose ValueWrapper to differentiate between cached null values and absent cache mapping. #​2785
  • RedisCache should expose ValueWrapper for cached null values returned from retrieve(key) #​2783

🐞 Bug Fixes

  • Return duplicate data when querying via Query Methods. #​2799
  • Cannot set config value to empty string using Lettuce #​2798
  • Redis SCAN cursor exceeds Long.MAX_VALUE resulting in NumberFormatException #​2796
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #​2782

📔 Documentation

  • Update referencedocs url in README #​2786
  • Refine code samples in reference docs #​2784
  • Fixed the URL for the Spring Data Commons documentation #​2779

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.6 #​2803

❤️ Contributors

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

v3.2.0

Compare Source

📗 Links

⭐ New Features

  • Allow @EnabledOnRedisDriver usage with @ParameterizedRedisTest #​2734
  • Add support to (Left|Right) Pop N elements using ReactiveListOperations #​2692
  • Add support for asynchronous retrieval from RedisCache #​2650
  • Refine RedisCollectionFactoryBean collection creation #​2637
  • Refine RedisCollectionFactoryBean collection creation #​2633
  • Add requireState(..) assertion method to RedisAssertions #​2611
  • Introduce ReversedRedisListView for Java 21 compatibility #​2602
  • Add a constructor with Module to GenericJackson2JsonRedisSerializer #​2601
  • Allow configuration of cache lock TTL #​2597
  • Introduce executor configuration to connection factories for Executor to be used with ClusterCommandExecutor #​2594
  • Improve RedisCacheManagerBuilder to expose applied RedisCacheConfiguration #​2583
  • Migrate RedisConnectionFactory to Lifecycle beans #​2503
  • Add support for GETEX in Spring Redis Cache #​2351
  • Support Lock TTL configuration using DefaultRedisCacheWriter #​2300

🐞 Bug Fixes

  • Potential race condition in listener adding code #​2755
  • ReactiveRedisConnection ZAddCommand nx and xx does not work as expected #​2731
  • Fix non-null assertion on Converter in ConvertingCursor #​2701
  • IPv6 support for org.springframework.data.redis.connection.convert.Converters.ClusterNodesConverter#convert #​2678
  • Jsr310Converters does not contain converters for OffsetTime and OffsetDateTime #​2677
  • Nullability of RedisElementReader.read(…) contradicts non-nullability of Flux.map(…) #​2655
  • DefaultRedisSerializationContextBuilder.string() should assign param to stringTuple instead of hashValueTuple #​2651
  • LettuceObservationContext should be constructed with parent Observation if exists #​2591
  • JedisClusterKeyCommands#restore cause thread blocked #​2589
  • RedisZSetCommands.ZAddArgs#isEmpty() negates empty flag #​2588

📔 Documentation

  • Remove outdated CI docs #​2767
  • CI documentation is outdated #​2766
  • Migrate documentation site to Antora #​2703
  • Add missing anchor to reference docs #​2700
  • Document that RedisConnection is not Thread-safe #​2653
  • Update grammatical error in redis.adoc #​2590
  • Edit and cleanup up Javadoc #​2586

🔨 Dependency Upgrades

❤️ Contributors

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

v3.1.12

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

📔 Documentation

  • 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.1.11

Compare Source

📗 Links

v3.1.10

Compare Source

📗 Links

v3.1.9

Compare Source

📗 Links

📔 Documentation

  • Fix method name in Caching reference documentation #​2837
  • JedisConnectionFactory.setDatabase(…) javadoc deprecation refers to client name #​2831

❤️ Contributors

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

v3.1.8

Compare Source

📗 Links

📔 Documentation

  • Update Jedis documentation to reflect supporting Redis Streams #​2824

❤️ Contributors

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

v3.1.7

Compare Source

📗 Links

🐞 Bug Fixes

  • Return duplicate data when querying via Query Methods. #​2799
  • Cannot set config value to empty string using Lettuce #​2798
  • Redis SCAN cursor exceeds Long.MAX_VALUE resulting in NumberFormatException #​2796
  • RedisMessageListenerContainer resubscribe using Jedis fails after exception #​2782

🔨 Dependency Upgrades

  • Upgrade to Maven Wrapper 3.9.6 #​2804

❤️ Contributors

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

v3.1.6

Compare Source

📗 Links

⭐ New Features

  • Add a constructor with Module to GenericJackson2JsonRedisSerializer #​2601

🐞 Bug Fixes

  • Potential race condition in listener adding code #​2755

📔 Documentation

🔨 Dependency Upgrades

  • Upgrade to Lettuce 6.2.7.RELEASE #​2771

❤️ Contributors

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


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
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.3.3. This upgrade is likely to enhance the application’s interaction with Redis, potentially introducing new features, performance improvements, and security fixes. While beneficial, the update could also bring about breaking changes that developers should be mindful of during implementation.

Changes

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

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!
🥕✨


Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Experiment)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@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
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
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.

0 participants