Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2025

Bumps redis.clients:jedis from 7.1.0 to 7.2.0.

Release notes

Sourced from redis.clients:jedis's releases.

7.2.0

Changes

Jedis 7.2.0 introduces new client classes that simplify client creation while providing builder-based configuration for advanced use cases.

New Client Classes

  • RedisClient - Standalone Redis client (replaces JedisPooled and JedisPool)
  • RedisClusterClient - Redis Cluster client (replaces JedisCluster)
  • RedisSentinelClient - Redis Sentinel client (replaces JedisSentineled and JedisSentinelPool)

🚀 New Features

  • Introduce new client classes (#4355)
  • Expose method to add upstream driver libraries to CLIENT SETINFO payload (#4373)
  • Fix formatting in toString method of TagField (#4372)
  • Add helpers to Jedis pool (#4366)

🧰 Maintenance

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 (#4378)
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 (#4376)
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (#4359)
  • Bump jackson.version from 2.20.0 to 2.20.1 (#4368)
  • DOC-5842 modified index/query example to support runnable notebook (#4335)

Contributors

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

@​andy-stark-redis, @​dependabot, @​dependabot[bot], @​ggivo, @​oscar-besga-panel, @​senocak, @​uglide and @​viktoriya-kutsarova

Commits
  • 222bd1f Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 (#4377)
  • 52149d0 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 (#4378)
  • b9d08c0 Introduce new client classes (#4355)
  • bce2ccc Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0...
  • e8cd9b2 Expose method to add upstream driver libraries to CLIENT SETINFO payload (#4373)
  • ff20d72 Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 (#4359)
  • a87c5c5 Bump jackson.version from 2.20.0 to 2.20.1 (#4368)
  • 3502ee6 Fix formatting in toString method of TagField (#4372)
  • 0a92e5d Add helpers to Jedis pool (#4366)
  • 2325e21 DOC-5842 modified index/query example to support runnable notebook (#4335)
  • 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 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)

Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v7.1.0...v7.2.0)

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

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 Dec 17, 2025
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
maven/redis.clients:jedis 7.2.0 🟢 6.3
Details
CheckScoreReason
Maintained🟢 1030 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10
Code-Review🟢 5Found 14/24 approved changesets -- score normalized to 5
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Fuzzing🟢 10project is fuzzed
Signed-Releases⚠️ -1no releases found
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Packaging🟢 10packaging workflow detected
Branch-Protection🟢 8branch protection is not maximal on development and all release branches
SAST🟢 10SAST tool is run on all commits
Vulnerabilities⚠️ 28 existing vulnerabilities detected

Scanned Files

  • pom.xml

@SebastianLopezO SebastianLopezO self-requested a review December 22, 2025 18:53
Copy link
Member

@SebastianLopezO SebastianLopezO left a comment

Choose a reason for hiding this comment

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

Upgrade redis.clients:jedis to v7.2.0, including performance improvements, bug fixes, and updated Redis protocol support.

@SebastianLopezO SebastianLopezO merged commit 7b8acc0 into main Dec 22, 2025
12 of 13 checks passed
@SebastianLopezO SebastianLopezO deleted the dependabot/maven/redis.clients-jedis-7.2.0 branch December 22, 2025 18:54
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.

2 participants