Skip to content

Bump the dependencies group with 2 updates#299

Merged
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-e324f2103f
Jun 9, 2026
Merged

Bump the dependencies group with 2 updates#299
rfresh2 merged 1 commit into
1.21.4from
dependabot/gradle/dependencies-e324f2103f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: org.redisson:redisson and tools.jackson:jackson-bom.

Updates org.redisson:redisson from 4.4.0 to 4.5.0

Release notes

Sourced from org.redisson:redisson's releases.

redisson-4.5.0

Feature - Array object added (thanks to @​lamnt2008)
Feature - BitVector Store object added
Feature - Fory lib upgraded to 1.1.0
Feature - Micronaut 5.0 support
Feature - readMode setting added for MapOptions, PlainOptions, LocalCachedMapOptions objects
Feature - extended incrementAndGet() method added to RAtomicLong, RAtomicDouble (thanks to @​lamnt2008)
Feature - contains(), range(), iterator() methods added to RVectorSet object
Feature - RMap.keysAsync() method added (thanks to @​sywu14)
Feature - RVectorSet added to RBatch object (thanks to @​sywu14)

Breaking change - map listeners signature changed, field name added (thanks to @​lamnt2008)

Improvement - refactor: remove unnecessary boxing of primitives (thanks to @​MukjepScarlet)

Fixed - RScoredSortedSet Rx and Reactive must handle empty results as absent (thanks to @​ngyngcphu)
Fixed - RGeo Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - RSet Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - RVectorSet Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - PingConnectionHandler race condition
Fixed - UUID type metadata leak in TypedJsonJacksonCodec (thanks to @​wushiyuanmaimob)
Fixed - UUID type inclusion by TypedJsonJackson3Codec
Fixed - buffer truncation in LZ4CodecV2
Fixed - WRONGPASS error on cluster slaves with TLS when password is set at root Config level (regression since 4.4.0) (thanks to @​seakider)
Fixed - release locks for non-existent keys in transactional RMap.fastRemove() (thanks to @​sywu14)

Changelog

Sourced from org.redisson:redisson's changelog.

05-June-2026 - 4.5.0 released

Feature - Array object added (thanks to @​lamnt2008)
Feature - BitVector Store object added
Feature - Fory lib upgraded to 1.0.0
Feature - Micronaut 5.0 support
Feature - readMode setting added for MapOptions, PlainOptions, LocalCachedMapOptions objects
Feature - extended incrementAndGet() method added to RAtomicLong, RAtomicDouble (thanks to @​lamnt2008)
Feature - contains(), range(), iterator() methods added to RVectorSet object
Feature - RMap.keysAsync() method added (thanks to @​sywu14)
Feature - RVectorSet added to RBatch object (thanks to @​sywu14)

Breaking change - map listeners signature changed, field name added (thanks to @​lamnt2008)

Improvement - refactor: remove unnecessary boxing of primitives (thanks to @​MukjepScarlet)

Fixed - RScoredSortedSet Rx and Reactive must handle empty results as absent (thanks to @​ngyngcphu)
Fixed - RGeo Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - RSet Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - RVectorSet Rx and Reactive must handle empty results as absent (thanks to @​lamnt2008)
Fixed - PingConnectionHandler race condition
Fixed - UUID type metadata leak in TypedJsonJacksonCodec (thanks to @​wushiyuanmaimob)
Fixed - UUID type inclusion by TypedJsonJackson3Codec
Fixed - buffer truncation in LZ4CodecV2
Fixed - WRONGPASS error on cluster slaves with TLS when password is set at root Config level (regression since 4.4.0) (thanks to @​seakider)
Fixed - release locks for non-existent keys in transactional RMap.fastRemove() (thanks to @​sywu14)

Commits

Updates tools.jackson:jackson-bom from 3.1.4 to 3.2.0

Commits
  • 421a5be [maven-release-plugin] prepare release jackson-bom-3.2.0
  • 0612da3 Prep for 3.2.0 release
  • db7fca0 Merge pull request #124 from FasterXML/tatu/3.2/woodstox-7.2.1
  • ed1fb9b Update Woodstox dep to 7.2.1
  • 907f30b Bump jackson-annotations to 2.22 (non-snapshot)
  • 9c72934 Merge branch '3.1' into 3.x
  • 1d54604 Post-release dep version bump
  • 0b65639 [maven-release-plugin] prepare for next development iteration
  • f734c2b Merge branch '3.1' into 3.x
  • eb261da Bump Woodstox/stax2-api to 7.2.0/4.3.0
  • 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 [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom).


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

Updates `tools.jackson:jackson-bom` from 3.1.4 to 3.2.0
- [Commits](FasterXML/jackson-bom@jackson-bom-3.1.4...jackson-bom-3.2.0)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jun 8, 2026
@rfresh2 rfresh2 merged commit c1dbb74 into 1.21.4 Jun 9, 2026
2 of 4 checks passed
@rfresh2 rfresh2 deleted the dependabot/gradle/dependencies-e324f2103f branch June 9, 2026 00:35
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