Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps jedis from 3.6.1 to 3.7.0.

Release notes

Sourced from jedis's releases.

3.7.0

Redis Commands and Arguments

  • XAUTOCLAIM Command #2498
  • CONFIG SET returns OK status #2525
  • SHUTDOWN with optional modifier #2544
  • Allow calling PUBSUB CHANNELS without a pattern #2555
  • Support TYPE option in SCAN command #2565
  • CLIENT LIST command with TYPE argument #2591
  • Support EXECABORT Error #2598
  • Few more Sentinel commands #2588
  • CLIENT PAUSE command with mode option #2601
  • More Cluster commands #2605
  • ROLE command #2607
  • FAILOVER command #2610
  • Support stralgo command #2586

Changes

  • Reduce lock granularity #2514
  • Allow to override sharded jedis pooled object factory #2612
  • Throw SHUTDOWN error received from Redis #2613

Dependencies

  • Upgrade commons-pool to 2.10.0 #2609

Maintenance

  • Warn Limit the access of setDataSource in Jedis #2522
  • New RestoreReplace recommendations #2534
  • Deprecate JedisClusterHostAndPortMap #2535
  • Deprecate set methods from socket factory #2530
  • Deprecate methods with 'byte[] keyCount' param #2548
  • Warn Pool extends GenericObjectPool #2576

Thanks to @​s-sathish, @​Shawyeok, @​sabbey37, @​bokshitsky, @​yangbodong22011 for contributing!

3.7.0-RC1

Redis Commands and Arguments

  • XAUTOCLAIM Command #2498
  • CONFIG SET returns OK status #2525
  • SHUTDOWN with optional modifier #2544
  • Allow calling PUBSUB CHANNELS without a pattern #2555
  • Support TYPE option in SCAN command #2565
  • CLIENT LIST command with TYPE argument #2591
  • Support EXECABORT Error #2598
  • Few more Sentinel commands #2588
  • CLIENT PAUSE command with mode option #2601

... (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.6.1 to 3.7.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@jedis-3.6.1...v3.7.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  dependency-type: direct:development
  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 labels Sep 6, 2021
@dependabot dependabot bot mentioned this pull request Sep 6, 2021
@lvca lvca merged commit 9a90705 into main Sep 16, 2021
@dependabot dependabot bot deleted the dependabot/maven/redis.clients-jedis-3.7.0 branch September 16, 2021 15:51
mergify bot added a commit that referenced this pull request Aug 23, 2025
…3.6 to 0.3.11 in /studio [skip ci]

Bumps [@jridgewell/source-map](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/source-map) from 0.3.6 to 0.3.11.
Changelog

*Sourced from [`@​jridgewell/source-map`'s changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/source-map/CHANGELOG.md).*

> [0.3.11] - 2025-08-12
> =====================
>
> * Use `default` subpath export: <jridgewell/sourcemaps@aab8d72>
> * Transform `export default` into `module.exports =` in UMD plugin: <jridgewell/sourcemaps@cf85c75>
>
> **Full Changelog**: <jridgewell/sourcemaps@source-map/0.3.10...source-map/0.3.11>
>
> [0.3.10] - 2025-07-01
> =====================
>
> * Optimize UMD wrapper: <jridgewell/sourcemaps@557ca37>
> * Reorder subpath exports to improve import usage: [#35](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/source-map/issues/35)
>
> **Full Changelog**: <jridgewell/sourcemaps@source-map/0.3.9...source-map/0.3.10>
>
> [0.3.9] - 2025-06-30
> ====================
>
> * Update UMD Wrapper to fix webpack build issue: [#33](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/source-map/issues/33)
> * Add `getOwnPropertyDescriptors` polyfill to support Node v6: [#34](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/source-map/issues/34)
>
> **Full Changelog**: <jridgewell/sourcemaps@source-map/0.3.8...source-map/0.3.9>
>
> [0.3.8] - 2025-06-30
> ====================
>
> * Remove `require(esm)` support to fix bug with Node v22: <jridgewell/sourcemaps@e957842>
>
> **Full Changelog**: <jridgewell/sourcemaps@source-map/0.3.7...source-map/0.3.8>
>
> [0.3.7] - 2025-06-29
> ====================
>
> * Fix package types for CJS and ESM imports: <jridgewell/sourcemaps@a924ed3>
> * Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): <jridgewell/sourcemaps@3836f6c>
> * Add type declaration source maps to assist go-to-definition: <jridgewell/sourcemaps@9a02665>
> * fix: remove extra comma to fix build: [#24](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/source-map/issues/24) (thanks [`@​benmccann`](https://github.com/benmccann))
>
> **Full Changelog**: <jridgewell/sourcemaps@source-map/0.3.6...source-map/0.3.7>


Commits

* [`855c2ea`](jridgewell/sourcemaps@855c2ea) source-map/0.3.11
* [`aab8d72`](jridgewell/sourcemaps@aab8d72) Use default subpath condition for fallback
* [`c780a90`](jridgewell/sourcemaps@c780a90) Update links to point to monorepo
* [`1615679`](jridgewell/sourcemaps@1615679) source-map/0.3.10
* [`a1c0fa0`](jridgewell/sourcemaps@a1c0fa0) Reorder subpath exports
* [`eeefb3d`](jridgewell/sourcemaps@eeefb3d) source-map/0.3.9
* [`58ea44b`](jridgewell/sourcemaps@58ea44b) Update changelogs
* [`e0c7250`](jridgewell/sourcemaps@e0c7250) Why isn't GH autolinking commit SHAs?
* [`9404660`](jridgewell/sourcemaps@9404660) source-map/0.3.8
* [`a451cf5`](jridgewell/sourcemaps@a451cf5) Update changelogs
* Additional commits viewable in [compare view](https://github.com/jridgewell/sourcemaps/commits/source-map/0.3.11/packages/source-map)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=@jridgewell/source-map&package-manager=npm\_and\_yarn&previous-version=0.3.6&new-version=0.3.11)](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)
mergify bot added a commit that referenced this pull request Aug 28, 2025
… 0.3.25 to 0.3.30 in /studio [skip ci]

Bumps [@jridgewell/trace-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping) from 0.3.25 to 0.3.30.
Changelog

*Sourced from [`@​jridgewell/trace-mapping`'s changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/trace-mapping/CHANGELOG.md).*

> [0.3.30] - 2025-08-12
> =====================
>
> * Use `default` subpath export: <jridgewell/sourcemaps@aab8d72>
> * Transform `export default` into `module.exports =` in UMD plugin: <jridgewell/sourcemaps@cf85c75>
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.29...trace-mapping/0.3.30>
>
> [0.3.29] - 2025-07-01
> =====================
>
> * Optimize UMD wrapper: <jridgewell/sourcemaps@557ca37>
> * Reorder subpath exports to improve import usage: [#35](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/35)
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.28...trace-mapping/0.3.29>
>
> [0.3.28] - 2025-06-30
> =====================
>
> * Update UMD Wrapper to fix webpack build issue: [#33](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/33)
> * Add `getOwnPropertyDescriptors` polyfill to support Node v6: [#34](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/34)
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.27...trace-mapping/0.3.28>
>
> [0.3.27] - 2025-06-30
> =====================
>
> * Remove `require(esm)` support to fix bug with Node v22: <jridgewell/sourcemaps@e957842>
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.26...trace-mapping/0.3.27>
>
> [0.3.26] - 2025-06-29
> =====================
>
> * Fix package types for CJS and ESM imports: <jridgewell/sourcemaps@a924ed3>
> * Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): <jridgewell/sourcemaps@3836f6c>
> * Add type declaration source maps to assist go-to-definition: <jridgewell/sourcemaps@9a02665>
> * Fix map file resolution to match spec: [#36](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/36)
> * Accept readonly types: <jridgewell/sourcemaps@cdf32c7>
> * Rename AnyMap: <jridgewell/sourcemaps@5676069>
> * Add error messages for common issues: <jridgewell/sourcemaps@13c8987>
>
> **Full Changelog**: <jridgewell/sourcemaps@trace-mapping/0.3.25...trace-mapping/0.3.26>


Commits

* [`095a582`](jridgewell/sourcemaps@095a582) trace-mapping/0.3.30
* [`aab8d72`](jridgewell/sourcemaps@aab8d72) Use default subpath condition for fallback
* [`3c6286e`](jridgewell/sourcemaps@3c6286e) trace-mapping/0.3.29
* [`a1c0fa0`](jridgewell/sourcemaps@a1c0fa0) Reorder subpath exports
* [`d2578bd`](jridgewell/sourcemaps@d2578bd) trace-mapping/0.3.28
* [`58ea44b`](jridgewell/sourcemaps@58ea44b) Update changelogs
* [`e0c7250`](jridgewell/sourcemaps@e0c7250) Why isn't GH autolinking commit SHAs?
* [`dad4780`](jridgewell/sourcemaps@dad4780) trace-mapping/0.3.27
* [`a451cf5`](jridgewell/sourcemaps@a451cf5) Update changelogs
* [`e957842`](jridgewell/sourcemaps@e957842) Remove `require(esm)` support from package.json
* Additional commits viewable in [compare view](https://github.com/jridgewell/sourcemaps/commits/trace-mapping/0.3.30/packages/trace-mapping)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=@jridgewell/trace-mapping&package-manager=npm\_and\_yarn&previous-version=0.3.25&new-version=0.3.30)](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)
mergify bot added a commit that referenced this pull request Aug 29, 2025
….3.8 to 0.3.13 in /studio [skip ci]

Bumps [@jridgewell/gen-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping) from 0.3.8 to 0.3.13.
Changelog

*Sourced from [`@​jridgewell/gen-mapping`'s changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/gen-mapping/CHANGELOG.md).*

> [0.3.13] - 2025-08-12
> =====================
>
> * Use `default` subpath export: <jridgewell/sourcemaps@aab8d72>
> * Transform `export default` into `module.exports =` in UMD plugin: <jridgewell/sourcemaps@cf85c75>
>
> **Full Changelog**: <jridgewell/sourcemaps@gen-mapping/0.3.12...gen-mapping/0.3.13>
>
> [0.3.12] - 2025-07-01
> =====================
>
> * Use `Object.assign` to avoid polyfill in old Node versions: <jridgewell/sourcemaps@dd0615a>
> * Optimize UMD wrapper: <jridgewell/sourcemaps@557ca37>
> * Reorder subpath exports to improve import usage: [#35](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping/issues/35)
>
> **Full Changelog**: <jridgewell/sourcemaps@gen-mapping/0.3.11...gen-mapping/0.3.12>
>
> [0.3.11] - 2025-06-30
> =====================
>
> * Update UMD Wrapper to fix webpack build issue: [#33](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping/issues/33)
> * Add `getOwnPropertyDescriptors` polyfill to support Node v6: [#34](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping/issues/34)
>
> **Full Changelog**: <jridgewell/sourcemaps@gen-mapping/0.3.10...gen-mapping/0.3.11>
>
> [0.3.10] - 2025-06-30
> =====================
>
> * Remove `require(esm)` support to fix bug with Node v22: <jridgewell/sourcemaps@e957842>
>
> **Full Changelog**: <jridgewell/sourcemaps@gen-mapping/0.3.9...gen-mapping/0.3.10>
>
> [0.3.9] - 2025-06-29
> ====================
>
> * Fix package types for CJS and ESM imports: <jridgewell/sourcemaps@a924ed3>
> * fix: use stable version of sourcemap-codec dependency: [#26](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping/issues/26) (thanks [`@​benmccann`](https://github.com/benmccann))
> * Add `module-sync` exports type for [require(esm)](https://joyeecheung.github.io/blog/2024/03/18/require-esm-in-node-js/): <jridgewell/sourcemaps@3836f6c>
> * Add type declaration source maps to assist go-to-definition: <jridgewell/sourcemaps@9a02665>
> * Temporarily remove scopes/ranges APIs: <jridgewell/sourcemaps@7575b63>
> * Include set-array source directly in gen-mapping project: [#1](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping/issues/1) (thanks [`@​benmccann`](https://github.com/benmccann))
>
> **Full Changelog**: <jridgewell/sourcemaps@gen-mapping/0.3.5...gen-mapping/0.3.9>
>
> [0.3.5] - 2024-03-01
> ====================
>
> * Add `ignoreList` support: <jridgewell/gen-mapping@9add0c2>
>
> **Full Changelog**: <jridgewell/gen-mapping@v0.3.4...v0.3.5>
>
> [0.3.4] - 2024-02-24
> ====================
>
> **Full Changelog**: <jridgewell/gen-mapping@v0.3.3...v0.3.4>
>
> [0.3.3] - 2023-04-07
> ====================

... (truncated)


Commits

* [`a969b67`](jridgewell/sourcemaps@a969b67) gen-mapping/0.3.13
* [`aab8d72`](jridgewell/sourcemaps@aab8d72) Use default subpath condition for fallback
* [`c780a90`](jridgewell/sourcemaps@c780a90) Update links to point to monorepo
* [`e2fa5d7`](jridgewell/sourcemaps@e2fa5d7) remapping/2.3.4
* [`26fe89d`](jridgewell/sourcemaps@26fe89d) gen-mapping/0.3.12
* [`a1c0fa0`](jridgewell/sourcemaps@a1c0fa0) Reorder subpath exports
* [`dd0615a`](jridgewell/sourcemaps@dd0615a) gen-mapping: Use `Object.assign` to avoid needing `getOwnPropertyDescriptors`...
* [`82195c5`](jridgewell/sourcemaps@82195c5) gen-mapping/0.3.11
* [`58ea44b`](jridgewell/sourcemaps@58ea44b) Update changelogs
* [`e0c7250`](jridgewell/sourcemaps@e0c7250) Why isn't GH autolinking commit SHAs?
* See full diff in [compare view](https://github.com/jridgewell/sourcemaps/commits/gen-mapping/0.3.13/packages/gen-mapping)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=@jridgewell/gen-mapping&package-manager=npm\_and\_yarn&previous-version=0.3.8&new-version=0.3.13)](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)
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants