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 579edad83c7 chore(deps): Bump org.redisson:redisson from 3.31.0 to
3.32.0 (#14798)
579edad83c7 is described below
commit 579edad83c79d188048fcded33c35cbe0401185d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 12 10:34:21 2024 +0200
chore(deps): Bump org.redisson:redisson from 3.31.0 to 3.32.0 (#14798)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
3.31.0 to 3.32.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-parent-3.31.0...redisson-3.32.0)
---
updated-dependencies:
- dependency-name: org.redisson:redisson
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 3d912e83f1c..bb353fc79f7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -417,7 +417,7 @@
<reactive-streams-version>1.0.4</reactive-streams-version>
<reactor-version>3.6.8</reactor-version>
<reactor-netty-version>1.1.20</reactor-netty-version>
- <redisson-version>3.31.0</redisson-version>
+ <redisson-version>3.32.0</redisson-version>
<resilience4j-version>2.2.0</resilience4j-version>
<rest-assured-version>5.4.0</rest-assured-version>
<roaster-version>2.29.0.Final</roaster-version>