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 162c7b85 Bump org.redisson:redisson from 3.45.1 to 3.50.0 (#497)
162c7b85 is described below

commit 162c7b857c228c69842c759d6d46e7541566c31f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 3 09:25:18 2025 +0200

    Bump org.redisson:redisson from 3.45.1 to 3.50.0 (#497)
    
    * Bump org.redisson:redisson from 3.45.1 to 3.50.0
    
    Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 
3.45.1 to 3.50.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.45.1...redisson-3.50.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.redisson:redisson
      dependency-version: 3.50.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Add jackson jsr310 bundle required by redisson
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: JB Onofré <[email protected]>
---
 appender/redis/pom.xml                | 2 +-
 assembly/src/main/feature/feature.xml | 2 ++
 collector/redis/pom.xml               | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/appender/redis/pom.xml b/appender/redis/pom.xml
index e6a6ee8c..96e8534e 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.45.1</version>
+            <version>3.50.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.appender</groupId>
diff --git a/assembly/src/main/feature/feature.xml 
b/assembly/src/main/feature/feature.xml
index 8cd46287..0c39a118 100644
--- a/assembly/src/main/feature/feature.xml
+++ b/assembly/src/main/feature/feature.xml
@@ -231,6 +231,7 @@ 
org.apache.felix.eventadmin.IgnoreTimeout=org.apache.karaf.decanter.
         <feature>scheduler</feature>
         <feature>activation</feature>
         <feature>jackson</feature>
+        
<bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.18.2</bundle>
         
<bundle>mvn:org.apache.karaf.decanter.collector/org.apache.karaf.decanter.collector.redis/${project.version}</bundle>
     </feature>
 
@@ -397,6 +398,7 @@ 
org.apache.felix.eventadmin.IgnoreTimeout=org.apache.karaf.decanter.
         <feature>decanter-common</feature>
         <feature>jackson</feature>
         <feature>activation</feature>
+        
<bundle>mvn:com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.18.2</bundle>
         
<bundle>mvn:org.apache.karaf.decanter.appender/org.apache.karaf.decanter.appender.redis/${project.version}</bundle>
     </feature>
     
diff --git a/collector/redis/pom.xml b/collector/redis/pom.xml
index 4778ec41..e9a28ce9 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.45.1</version>
+            <version>3.50.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.collector</groupId>

Reply via email to