This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b7fefcf9fdc1 chore(deps): Bump org.redisson:redisson from 4.5.0 to
4.6.0 (#24028)
b7fefcf9fdc1 is described below
commit b7fefcf9fdc1f3050270b7dc6ceabe297d9235e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 15 13:30:38 2026 +0200
chore(deps): Bump org.redisson:redisson from 4.5.0 to 4.6.0 (#24028)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
4.5.0 to 4.6.0.
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/redisson/redisson/compare/redisson-4.5.0...redisson-4.6.0)
---
updated-dependencies:
- dependency-name: org.redisson:redisson
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index d82f4eb79b3b..2212032493a5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -452,7 +452,7 @@
<reactive-streams-version>1.0.4</reactive-streams-version>
<reactor-version>3.8.6</reactor-version>
<reactor-netty-version>1.3.6</reactor-netty-version>
- <redisson-version>4.5.0</redisson-version>
+ <redisson-version>4.6.0</redisson-version>
<resilience4j-version>2.4.0</resilience4j-version>
<rest-assured-version>6.0.0</rest-assured-version>
<roaster-version>2.31.0.Final</roaster-version>