Skip to content

build(deps): bump io.lettuce:lettuce-core from 7.4.0.RELEASE to 7.5.0.RELEASE#1799

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.lettuce-lettuce-core-7.5.0.RELEASE
Open

build(deps): bump io.lettuce:lettuce-core from 7.4.0.RELEASE to 7.5.0.RELEASE#1799
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/io.lettuce-lettuce-core-7.5.0.RELEASE

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps io.lettuce:lettuce-core from 7.4.0.RELEASE to 7.5.0.RELEASE.

Changelog

Sourced from io.lettuce:lettuce-core's changelog.

Lettuce 7.5.0 RELEASE NOTES

The Lettuce team is pleased to announce the Lettuce 7.5.0 minor release!

Lettuce 7.5.0 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.5.0.RELEASE possible.

📗 Links Reference documentation: https://lettuce.io/core/7.5.0.RELEASE

⭐ New Features

🐞 Bug Fixes

💡 Other

❤️ New Contributors

Full Changelog: redis/lettuce@7.4.0.RELEASE...7.5.0.RELEASE

Commits
  • ecdcae9 Release 7.5.0 (#3684)
  • 167b88f add Benchmark (jmh) benchmark result for 91257a1cad93eb3ba9d0dcf11fa264a494cc...
  • 91257a1 add Benchmark (jmh) benchmark result for 295db94191b75fecd3048103ff12df65740b...
  • 295db94 add Benchmark (jmh) benchmark result for 50cc006d4c24db4cacbf19cfdd3950f15a3f...
  • 50cc006 add Benchmark (jmh) benchmark result for c078ec1114c9737630bbc98eda7369086eb1...
  • c078ec1 Fix memory corruption/JVM crash in RediSearch by copying pooled ByteBuffers (...
  • a295be7 [automatic failover] Docs for dynamic weight management (#3678)
  • 79108b9 add Benchmark (jmh) benchmark result for a96cd54ab075eb7dd19f5100230e21a199e1...
  • a96cd54 add Benchmark (jmh) benchmark result for fbdc8a081ceb1ff8efe21f89c9aaaab05291...
  • fbdc8a0 [automatic failover] Add Dynamic Weight Management for Redis Multi-Database C...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 2, 2026
@tnb-bot
Copy link
Contributor

tnb-bot bot commented Mar 2, 2026

Dependency changes

  • system-x-all
  • system-x-redis
Diff

system-x-all

--- a/base/system-x-all
+++ b/head/system-x-all
@@ -243,7 +243,7 @@ The following files have been resolved:
    io.jsonwebtoken:jjwt-api:jar:0.13.0:runtime�[36m -- module jjwt.api�[0;1;33m (auto)�[m
    io.jsonwebtoken:jjwt-impl:jar:0.13.0:runtime�[36m -- module jjwt.impl�[0;1;33m (auto)�[m
    io.jsonwebtoken:jjwt-jackson:jar:0.13.0:runtime�[36m -- module jjwt.jackson�[0;1;33m (auto)�[m
-   io.lettuce:lettuce-core:jar:7.4.0.RELEASE:compile�[36m -- module lettuce.core�[0;1m [auto]�[m
+   io.lettuce:lettuce-core:jar:7.5.0.RELEASE:compile�[36m -- module lettuce.core�[0;1m [auto]�[m
    io.micrometer:micrometer-commons:jar:1.14.7:compile�[36m -- module micrometer.commons�[0;1m [auto]�[m
    io.micrometer:micrometer-observation:jar:1.14.7:compile�[36m -- module micrometer.observation�[0;1m [auto]�[m
    io.netty:netty-buffer:jar:4.1.101.Final:compile�[36m -- module io.netty.buffer�[0;1m [auto]�[m

system-x-redis

--- a/base/system-x-redis
+++ b/head/system-x-redis
@@ -69,7 +69,7 @@ The following files have been resolved:
    io.fabric8:openshift-model-whereabouts:jar:7.5.0:compile�[36m -- module openshift.model.whereabouts�[0;1;33m (auto)�[m
    io.fabric8:openshift-model:jar:7.5.0:compile�[36m -- module openshift.model�[0;1;33m (auto)�[m
    io.fabric8:zjsonpatch:jar:7.5.0:compile�[36m -- module zjsonpatch�[0;1;33m (auto)�[m
-   io.lettuce:lettuce-core:jar:7.4.0.RELEASE:compile�[36m -- module lettuce.core�[0;1m [auto]�[m
+   io.lettuce:lettuce-core:jar:7.5.0.RELEASE:compile�[36m -- module lettuce.core�[0;1m [auto]�[m
    io.netty:netty-buffer:jar:4.2.5.Final:compile�[36m -- module io.netty.buffer�[m
    io.netty:netty-codec-base:jar:4.2.5.Final:compile�[36m -- module io.netty.codec�[m
    io.netty:netty-codec-dns:jar:4.2.5.Final:compile�[36m -- module io.netty.codec.dns�[m

GitHub Actions

@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.5.0.RELEASE branch from 1b4c522 to d35620c Compare March 9, 2026 15:24
Bumps [io.lettuce:lettuce-core](https://github.com/redis/lettuce) from 7.4.0.RELEASE to 7.5.0.RELEASE.
- [Release notes](https://github.com/redis/lettuce/releases)
- [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md)
- [Commits](redis/lettuce@7.4.0.RELEASE...7.5.0.RELEASE)

---
updated-dependencies:
- dependency-name: io.lettuce:lettuce-core
  dependency-version: 7.5.0.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/io.lettuce-lettuce-core-7.5.0.RELEASE branch from d35620c to b6b7e99 Compare March 10, 2026 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants