Skip to content

build(deps-dev): bump jedis from 3.7.1 to 4.4.1 - #1089

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.4.1
Closed

build(deps-dev): bump jedis from 3.7.1 to 4.4.1#1089
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/redis.clients-jedis-4.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2023

Copy link
Copy Markdown
Contributor

Bumps jedis from 3.7.1 to 4.4.1.

Release notes

Sourced from jedis's releases.

4.4.1

Changes

🚀 New Features

  • Add support for WAITAOF command (#3393)

🐛 Bug Fixes

  • Fix: client setname need ignore syntax error in redis4 (#3411)

Contributors

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

@​gniadeck and @​yangbodong22011

4.4.0

Changes

4.4.0-rc1 release notes

4.4.0-m2 release notes

4.4.0-m1 release notes

Following are the changes only since the last milestone release. Please check the notes of milestone releases for all changes.

🧰 Maintenance

  • Improve cluster slots slotNodes using arrays (#3373)
  • Newly disconnected connections are set as broken (#3381)

4.4.0-rc1

Changes

🔥 Breaking Changes

🧪 Experimental Features

  • OSS Broadcast support (#3285)
  • FT.SEARCH, FT.AGGREGATE, etc commands are round robin mode by default (#3375)
  • Support iteration for SCAN, FT.SEARCH, FT.AGGREGATE commands (#3378)
  • Abstraction for JSON object mapper (#3319)
  • Add a float array to byte array utility method (#3374)

🚀 New Features

  • Support Z[REV]RANK command with score option (#3364)
  • Avoid using QUIT command (#3353)
  • Support client no-touch command (#3367)

... (truncated)

Commits

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 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 [jedis](https://github.com/redis/jedis) from 3.7.1 to 4.4.1.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v3.7.1...v4.4.1)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  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 labels May 22, 2023
@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #1124.

@dependabot dependabot Bot closed this Jun 12, 2023
@dependabot
dependabot Bot deleted the dependabot/maven/redis.clients-jedis-4.4.1 branch June 12, 2023 04:59
mergify Bot added a commit that referenced this pull request Aug 4, 2025
… [skip ci]

Bumps [testcontainers](https://github.com/testcontainers/testcontainers-node) from 11.4.0 to 11.5.0.
Release notes

*Sourced from [testcontainers's releases](https://github.com/testcontainers/testcontainers-node/releases).*

> v11.5.0
> -------
>
> Changes
> -------
>
> 🚀 Features
> ----------
>
> * Implement support for specifying the protocol when exposing ports [`@​technocidal`](https://github.com/technocidal) ([#1068](https://redirect.github.com/testcontainers/testcontainers-node/issues/1068))
>
> 🐛 Bug Fixes
> -----------
>
> * Fix resource quota being rejected when contains decimals [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1088](https://redirect.github.com/testcontainers/testcontainers-node/issues/1088))
>
> 🧹 Maintenance
> -------------
>
> * Documentation improvements [`@​cristianrgreco`](https://github.com/cristianrgreco) ([#1089](https://redirect.github.com/testcontainers/testcontainers-node/issues/1089))
>
> 📦 Dependency Updates
> --------------------
>
> * Bump mkdocs-material from 9.6.15 to 9.6.16 in the dependencies group @[dependabot[bot]](https://github.com/apps/dependabot) ([#1091](https://redirect.github.com/testcontainers/testcontainers-node/issues/1091))
> * Bump the dependencies group across 11 directories with 12 updates @[dependabot[bot]](https://github.com/apps/dependabot) ([#1092](https://redirect.github.com/testcontainers/testcontainers-node/issues/1092))


Commits

* [`13881ba`](testcontainers/testcontainers-node@13881ba) Bump mkdocs-material from 9.6.15 to 9.6.16 in the dependencies group ([#1091](https://redirect.github.com/testcontainers/testcontainers-node/issues/1091))
* [`73a371e`](testcontainers/testcontainers-node@73a371e) Bump the dependencies group across 11 directories with 12 updates ([#1092](https://redirect.github.com/testcontainers/testcontainers-node/issues/1092))
* [`74a5946`](testcontainers/testcontainers-node@74a5946) Documentation improvements ([#1089](https://redirect.github.com/testcontainers/testcontainers-node/issues/1089))
* [`40829ec`](testcontainers/testcontainers-node@40829ec) Fix resource quota being rejected when contains decimals ([#1088](https://redirect.github.com/testcontainers/testcontainers-node/issues/1088))
* [`98a81b3`](testcontainers/testcontainers-node@98a81b3) Implement support for specifying the protocol when exposing ports ([#1068](https://redirect.github.com/testcontainers/testcontainers-node/issues/1068))
* [`0c3d4e4`](testcontainers/testcontainers-node@0c3d4e4) v11.4.0
* See full diff in [compare view](testcontainers/testcontainers-node@v11.4.0...v11.5.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=testcontainers&package-manager=npm\_and\_yarn&previous-version=11.4.0&new-version=11.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)