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 ed48a8fef2c chore(deps): Bump org.redisson:redisson from 3.40.1 to
3.40.2 (#16556)
ed48a8fef2c is described below
commit ed48a8fef2c7c0e9b67f47ab55729d05e0e03527
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 13 08:58:38 2024 +0100
chore(deps): Bump org.redisson:redisson from 3.40.1 to 3.40.2 (#16556)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
3.40.1 to 3.40.2.
- [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-3.40.1...redisson-3.40.2)
---
updated-dependencies:
- dependency-name: org.redisson:redisson
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 bbd6749e577..86799d671ab 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -433,7 +433,7 @@
<reactive-streams-version>1.0.4</reactive-streams-version>
<reactor-version>3.7.0</reactor-version>
<reactor-netty-version>1.2.1</reactor-netty-version>
- <redisson-version>3.40.1</redisson-version>
+ <redisson-version>3.40.2</redisson-version>
<resilience4j-version>2.2.0</resilience4j-version>
<rest-assured-version>5.5.0</rest-assured-version>
<roaster-version>2.30.1.Final</roaster-version>