Skip to content

Bump the dependencies group with 2 updates#282

Merged
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-0d9b01bd66
Apr 6, 2026
Merged

Bump the dependencies group with 2 updates#282
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-0d9b01bd66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: org.redisson:redisson and org.jline:jline.

Updates org.redisson:redisson from 4.3.0 to 4.3.1

Release notes

Sourced from org.redisson:redisson's releases.

redisson-4.3.1

Feature - RQueue.indexOf() method added (thanks to @​seakider)

Improvement - RPriorityQueue.poll() should return immediately if queue is empty

Fixed - CacheEvict doesn't work correctly in redisson-spring-data-40 (thanks to @​seakider)
Fixed - Quarkus throws NPE if Redisson configuration isn't defined
Fixed - missing @​deprecated annotation on RedissonClient.getDelayedQueue() (thanks to @​minseok1015)
Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to @​gpsinghsandhu)
Fixed - RSearch.readCursor() skips rows if total is 0
Fixed - connection in reconnection state shouldn't be used
Fixed - cluster detection for a single node connection
Fixed - comment in config.setNettyExecutor() that virtual threads are not recommended (thanks to @​seakider)
Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode
Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs
Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to @​yuxi.jin)
Fixed - Spring Data Redis Cluster compatibility
Fixed - Cluster topology error handling (thanks to @​ngyngcphu)
Fixed - AsyncIterator's CompletionStage is not completed exceptionally, when connection gets read timeout (thanks to @​seakider)
Fixed - unnecessary semicolons in RExecutorService (thanks to @​chancehee)
Fixed - WriteRedisConnectionException is thrown after Cluster failover

Changelog

Sourced from org.redisson:redisson's changelog.

6-Apr-2026 - 4.3.1 released

Feature - RQueue.indexOf() method added (thanks to @​seakider)

Improvement - RPriorityQueue.poll() should return immediately if queue is empty

Fixed - CacheEvict doesn't work correctly in redisson-spring-data-40 (thanks to @​seakider)
Fixed - Quarkus throws NPE if Redisson configuration isn't defined
Fixed - missing @​deprecated annotation on RedissonClient.getDelayedQueue() (thanks to @​minseok1015)
Fixed - master connection is frozen during ElastiCache/Valkey upgrade (thanks to @​gpsinghsandhu)
Fixed - RSearch.readCursor() skips rows if total is 0
Fixed - connection in reconnection state shouldn't be used
Fixed - cluster detection for a single node connection
Fixed - comment in config.setNettyExecutor() that virtual threads are not recommended (thanks to @​seakider)
Fixed - DNS hostname resolution shouldn't be used for offline slaves in Sentinel mode
Fixed - Spring Data Listener addition for RedisMessageListenerContainer hangs
Fixed - LOADING error on slave burns extra retry attempt in batch commands (thanks to @​yuxi.jin)
Fixed - Spring Data Redis Cluster compatibility
Fixed - Cluster topology error handling (thanks to @​ngyngcphu)
Fixed - AsyncIterator's CompletionStage is not completed exceptionally, when connection gets read timeout (thanks to @​seakider)
Fixed - unnecessary semicolons in RExecutorService (thanks to @​chancehee)
Fixed - WriteRedisConnectionException is thrown after Cluster failover

Commits
  • 76057e5 [maven-release-plugin] prepare release redisson-4.3.1
  • 24fa719 libs updated
  • 3bfcad2 libs updated
  • b3b0f00 Merge branch 'master' of github.com:redisson/redisson
  • f494e12 Fixed - WriteRedisConnectionException is thrown after Cluster failover. #7000
  • f775795 Merge pull request #7014 from minseok1015/fix/deprecated-delayed-queue-interface
  • fb7d9d2 Merge branch 'master' of github.com:redisson/redisson
  • 9420b81 refactoring
  • 99e00a1 Merge pull request #7021 from chancehee/patch-5
  • fae76ad Remove unnecessary semicolons in RExecutorService.java
  • Additional commits viewable in compare view

Updates org.jline:jline from 4.0.9 to 4.0.10

Release notes

Sourced from org.jline:jline's releases.

JLine 4.0.10

JLine 4.0.10 focuses on Unicode accuracy and virtual terminal correctness. Grapheme cluster width calculations are now properly integrated with Mode 2027 detection, giving accurate display alignment for emoji and complex scripts. The ScreenTerminal receives numerous bug fixes for cursor handling, scrolling, and alt-screen management, along with new true-color, dim, and italic SGR support. Several defensive fixes address edge-case crashes in KillRing, KeyMap, color parsing, and terminal provider loading.

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

  • docs: Document dumb terminal fallback with piped streams (#1730) @​gnodet

👻 Maintenance

Commits
  • cc8d538 fix: grapheme-cluster-aware width when Mode 2027 is unavailable (fixes #1753)
  • 8712c09 fix: raise virtual terminal max size from 256 to 4096
  • ed150d2 Merge pull request #1748 from jline/maple-ticket
  • 842b598 fix: replace S2699 suppressions with proper JUnit assertions
  • 27badb5 fix: convert assert keyword to JUnit assertions in style tests (S2699)
  • 550a505 fix: resolve S2387 field-hiding issues
  • e6c1497 fix: resolve S1845 name-clash issues
  • bf7bce9 fix: remove unnecessary bit operations (S2437)
  • a13f427 fix: catch LinkageError during provider loading (#1751) (#1752)
  • b4b2793 Merge pull request #1743 from jline/dependabot/maven/master/groovy.version-5.0.5
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [org.redisson:redisson](https://github.com/redisson/redisson) and [org.jline:jline](https://github.com/jline/jline3).


Updates `org.redisson:redisson` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-4.3.0...redisson-4.3.1)

Updates `org.jline:jline` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](jline/jline3@4.0.9...4.0.10)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jline:jline
  dependency-version: 4.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 6, 2026
@rfresh2 rfresh2 merged commit 310d304 into 1.21.4 Apr 6, 2026
2 checks passed
@rfresh2 rfresh2 deleted the dependabot/gradle/dependencies-0d9b01bd66 branch April 6, 2026 23:21
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