This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 2b5e27a6 Bump org.redisson:redisson from 3.44.0 to 3.45.0 (#431)
2b5e27a6 is described below
commit 2b5e27a6e03dba2f681983df0df78baba5139fca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 23 08:50:11 2025 +0100
Bump org.redisson:redisson from 3.44.0 to 3.45.0 (#431)
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from
3.44.0 to 3.45.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-3.44.0...redisson-3.45.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>
---
appender/redis/pom.xml | 2 +-
collector/redis/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/appender/redis/pom.xml b/appender/redis/pom.xml
index 29681373..6a4f1147 100644
--- a/appender/redis/pom.xml
+++ b/appender/redis/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
- <version>3.44.0</version>
+ <version>3.45.0</version>
</dependency>
<dependency>
<groupId>org.apache.karaf.decanter.appender</groupId>
diff --git a/collector/redis/pom.xml b/collector/redis/pom.xml
index 5bae9a01..cc61a801 100644
--- a/collector/redis/pom.xml
+++ b/collector/redis/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
- <version>3.44.0</version>
+ <version>3.45.0</version>
</dependency>
<dependency>
<groupId>org.apache.karaf.decanter.collector</groupId>