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 a0fbe1fccbd9 chore(deps): Bump org.redisson:redisson from 4.6.1 to
4.7.0 (#25478)
a0fbe1fccbd9 is described below
commit a0fbe1fccbd99efd962d0ea10882f716543b8d55
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 13 11:31:10 2026 +0200
chore(deps): Bump org.redisson:redisson from 4.6.1 to 4.7.0 (#25478)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
4.6.1 to 4.7.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.6.1...redisson-4.7.0)
---
updated-dependencies:
- dependency-name: org.redisson:redisson
dependency-version: 4.7.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 c737900487f8..ab4e6a2f56c0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -457,7 +457,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.6.1</redisson-version>
+ <redisson-version>4.7.0</redisson-version>
<resilience4j-version>2.4.0</resilience4j-version>
<rest-assured-version>6.0.1</rest-assured-version>
<roaster-version>2.31.1.Final</roaster-version>