Skip to content

build(deps): bump redis.clients:jedis from 4.2.3 to 7.4.1#2512

Closed
dependabot[bot] wants to merge 1 commit intokaraf-4.4.xfrom
dependabot/maven/karaf-4.4.x/redis.clients-jedis-7.4.1
Closed

build(deps): bump redis.clients:jedis from 4.2.3 to 7.4.1#2512
dependabot[bot] wants to merge 1 commit intokaraf-4.4.xfrom
dependabot/maven/karaf-4.4.x/redis.clients-jedis-7.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps redis.clients:jedis from 4.2.3 to 7.4.1.

Release notes

Sourced from redis.clients:jedis's releases.

v7.4.1

Jedis 7.4.1 (Patch Release)

What's Changed

*[ClusterPipeline] ExecutorService/thread is created and destroyed too frequently in ClusterPipeline by @​ggivo in redis/jedis#4480

Full Changelog: redis/jedis@v7.4.0...v7.4.1

7.4.0

Overview

The Jedis 7.4.0 release introduces enhancements to the Client-side geographic failover API, improves transaction support, and deprecates sendCommand() to improve compatibility with the Redis Cluster API.

🚀 New Features

🐛 Bug Fixes

  • fix: Fix out-of-order responses in manual transactions with commands before MULTI (#4441)
  • Fix resp2 parsing of LibraryInfo (#4436)

🧰 Maintenance

  • Client-side geographic failover:
    • Make MultiDbConfig.DatabaseConfig.Builder agnostic to call order (#4456)
    • Add documentation for "Dynamic Database Management" (#4457)
    • Add documentation for dynamic weight management#3678 (#4447)
  • Deprecate sendCommand() methods not compatible with OSS Cluster API (#4451)
  • Bump jackson.version from 2.21.0 to 2.21.1 (#4453)
  • Make integration tests compatible with RE (#4387)
  • maintenace: fix hotkeys info test for 8.6.1+ (#4443)
  • Bump maven.surefire.version from 3.5.4 to 3.5.5 (#4442)

Contributors

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

@​a-TODO-rov, @​atakavci, @​dependabot, @​dependabot[bot], @​ggivo and @​uglide

7.3.0

Changes

Jedis 7.3.0 introduces support for Redis 8.6, including new commands and features for streams idempotent production, and HOTKEYS.

🚀 New Features

  • [streams] Preserve field insertion order in stream entries (CAE-2341) (#4419)
  • [automatic failover] Add support for initialization policy for multidb connection (#4427)
  • feat: Add support for FT.HYBRID command (#4342) (#4405)
  • feat: Add support for HOTKEYS command (#4421) (#4417)(#4426)

... (truncated)

Commits
  • ec7e3eb bump snapshot version to 7.4.1-SNAPSHOT (#4481)
  • b0ccb8b backport: [ClusterPipeline] ExecutorService/thread is created and des… (#4480)
  • c37b259 [automatic failover] Make MultiDbConfig.DatabaseConfig.Builder agnostic to c...
  • efaeab3 [automatic failover] Add documentation for "Dynamic Database Management" (#4457)
  • 1eec5db fix: Fix out-of-order responses in manual transactions with commands before M...
  • 633c118 Bump jackson.version from 2.21.0 to 2.21.1 (#4453)
  • e439c3d Deprecate sendCommand() methods not compatible with OSS Cluster API (#4451)
  • 7b59bdd Add long index support to ZRangeParams (#4445) (#4446)
  • f669f98 Make integration tests compatible with RE (#4387)
  • bd248ef [automatic failover] Docs for dynamic weight management#3678 (#4447)
  • 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)

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 4.2.3 to 7.4.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v4.2.3...v7.4.1)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-version: 7.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

Test Results

242 files  ±0  242 suites  ±0   27m 47s ⏱️ +26s
993 tests ±0  949 ✅  - 1  43 💤 ±0  1 ❌ +1 
997 runs  ±0  953 ✅  - 1  43 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 82e56b4. ± Comparison against base commit 1c806ee.

@jbonofre
Copy link
Copy Markdown
Member

jbonofre commented Apr 4, 2026

karaf-4.4.x stays with jedis 4.2.3.

@jbonofre jbonofre closed this Apr 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/karaf-4.4.x/redis.clients-jedis-7.4.1 branch April 4, 2026 03:28
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.

1 participant