Skip to content

build(deps): Bump the maven group with 2 updates#182

Merged
sasjo merged 1 commit intomasterfrom
dependabot/maven/maven-f1c1f62d25
Feb 16, 2026
Merged

build(deps): Bump the maven group with 2 updates#182
sasjo merged 1 commit intomasterfrom
dependabot/maven/maven-f1c1f62d25

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps the maven group with 2 updates: org.redisson:redisson and ch.qos.logback:logback-classic.

Updates org.redisson:redisson from 4.1.0 to 4.2.0

Release notes

Sourced from org.redisson:redisson's releases.

redisson-4.2.0

Feature - Spring AI Vector Store implemented Feature - AvroJackson3Codec, CborJackson3Codec, IonJackson3Codec, SmileJackson3Codec codecs added Feature - RBloomFilterNative object added which covers BF.* commands (thanks to @​bandalgomsu) Feature - RSearch.hasIndex() method added (thanks @​bandalgomsu) Feature - Jackson3Codec added for RJsonBucket and RJsonStore objects

Breaking change - RSet.containsEach() returns Set (thanks to @​bandalgomsu)

Fixed - RRingBuffer.clear() method shouldn't clear capacity (thanks to @​bandalgomsu) Fixed - unnecessary attempts for BUSYGROUP error (thanks to @​bandalgomsu) Fixed - RenewalTask.renewSlots() throws StackOverflowError with many locks (thanks to @​subbotinkv) Fixed - RExecutorService.scheduleAtFixedRate() method can only be executed once (thanks to @​bandalgomsu) Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to @​bandalgomsu) Fixed - UUID serialization by Jackson codecs Fixed - RBatch with ExecutionMode.REDIS_WRITE_ATOMIC throws NPEs Fixed - RJsonBucket.setAndKeepTTLAsync() doesn't work (thanks to @​jigneshcoder) Fixed - possible RedisTimeoutException and memory Growth after upgrading to Redisson 3.47.0 (thanks to @​seakider) Fixed - missed redisson-spring-cache and redisson-spring-transaction dependencies for redisson-spring-boot-starter module Fixed - RSearch VectorSimilarity param doesn't allow to specify scoreAlias and filter params Fixed - javadocs: Config.setCleanUpKeysAmount() description (thanks to @​MuriloMarquesSantos) Fixed - errors logging improvement (thanks to @​GaoSSR) Fixed - potential negative index in load balancers (thanks to @​GaoSSR) Fixed - GraalVM reflection issue in Spring Native (thanks to @​GaoSSR) Fixed - docs: update deprecation note for RedLock object (thanks to @​mykronetix) Fixed - passwords encryption JDK 8 compatibility

Changelog

Sourced from org.redisson:redisson's changelog.

5-Feb-2025 - 4.2.0 released

Feature - Spring AI Vector Store implemented
Feature - AvroJackson3Codec, CborJackson3Codec, IonJackson3Codec, SmileJackson3Codec codecs added
Feature - RBloomFilterNative object added which covers BF.* commands (thanks to @​bandalgomsu)
Feature - RSearch.hasIndex() method added (thanks @​bandalgomsu)
Feature - Jackson3Codec added for RJsonBucket and RJsonStore objects

Breaking change - RSet.containsEach() returns Set (thanks to @​bandalgomsu)

Fixed - RRingBuffer.clear() method shouldn't clear capacity (thanks to @​bandalgomsu)
Fixed - unnecessary attempts for BUSYGROUP error (thanks to @​bandalgomsu)
Fixed - RenewalTask.renewSlots() throws StackOverflowError with many locks (thanks to @​subbotinkv)
Fixed - RExecutorService.scheduleAtFixedRate() method can only be executed once (thanks to @​bandalgomsu)
Fixed - Stream ranges in Spring Data Redis module don't handle bounds (thanks to @​bandalgomsu)
Fixed - UUID serialization by Jackson codecs
Fixed - RBatch with ExecutionMode.REDIS_WRITE_ATOMIC throws NPEs
Fixed - RJsonBucket.setAndKeepTTLAsync() doesn't work (thanks to @​jigneshcoder)
Fixed - possible RedisTimeoutException and memory Growth after upgrading to Redisson 3.47.0 (thanks to @​seakider)
Fixed - missed redisson-spring-cache and redisson-spring-transaction dependencies for redisson-spring-boot-starter module
Fixed - RSearch VectorSimilarity param doesn't allow to specify scoreAlias and filter params
Fixed - javadocs: Config.setCleanUpKeysAmount() description (thanks to @​MuriloMarquesSantos)
Fixed - errors logging improvement (thanks to @​GaoSSR)
Fixed - potential negative index in load balancers (thanks to @​GaoSSR)
Fixed - GraalVM reflection issue in Spring Native (thanks to @​GaoSSR)
Fixed - docs: update deprecation note for RedLock object (thanks to @​mykronetix)
Fixed - passwords encryption JDK 8 compatibility

Commits

Updates ch.qos.logback:logback-classic from 1.5.27 to 1.5.29

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.28

2026-02-06 Release of logback version 1.5.28

• Appender names or appender references are no longer subject to variable substitution.

• Fixed issue with configurations with conditionals encompassing appenders. This was reported in issues/1016 reported by Sergey Sazonov.

• The element now admits a 'scan' attribute which can be used to override the 'scan' attribute in the element.

• Fixed NullPointerException thrown by VersionUtil.checkForVersionEquality method occurring with GraalVM Native Images. This issue was reported in issues/1014.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit e7a1855ab562bb102333f754603ff89359bf3cfc associated with the tag v_1.5.28. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • 5db1146 prepare release 1.5.29
  • c94a5fe minor changes
  • 2bc697f revert commit 4f560a0331b, once again, appender names of references are subje...
  • 4192131 start work on 1.5.29-SNAPSHOT
  • e7a1855 prepare release 1.5.28
  • e8dee44 cosmetic changes only
  • ded504c minor refactoring
  • 8af5459 fix NPE as reported in issues/1014
  • 4f560a0 appender names of references not subject to substitution
  • eab8e1d remove spurious Sytem.out, add javadoc
  • 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 maven group with 2 updates: [org.redisson:redisson](https://github.com/redisson/redisson) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).


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

Updates `ch.qos.logback:logback-classic` from 1.5.27 to 1.5.29
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.27...v_1.5.29)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
...

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 Feb 10, 2026
@sonarqubecloud
Copy link

@sasjo sasjo merged commit f641965 into master Feb 16, 2026
4 checks passed
@sasjo sasjo deleted the dependabot/maven/maven-f1c1f62d25 branch February 16, 2026 11:23
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