This is an automated email from the ASF dual-hosted git repository.
apupier 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 f82524ee6264 chore(deps): Bump org.redisson:redisson from 4.3.1 to
4.4.0
f82524ee6264 is described below
commit f82524ee6264d4f7656caf1db5c277b73a3f8d74
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 12 15:30:28 2026 +0000
chore(deps): Bump org.redisson:redisson from 4.3.1 to 4.4.0
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
4.3.1 to 4.4.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.3.1...redisson-4.4.0)
---
updated-dependencies:
- dependency-name: org.redisson:redisson
dependency-version: 4.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 18b5953e19e7..c050445c1eb0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -448,7 +448,7 @@
<reactive-streams-version>1.0.4</reactive-streams-version>
<reactor-version>3.8.5</reactor-version>
<reactor-netty-version>1.3.5</reactor-netty-version>
- <redisson-version>4.3.1</redisson-version>
+ <redisson-version>4.4.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>