Commit 22b2759 1 parent 8151def commit 22b2759 Copy full SHA for 22b2759
File tree 2 files changed +2
-2
lines changed
eventmesh-connectors/eventmesh-connector-redis
eventmesh-storage-plugin/eventmesh-storage-redis
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
implementation project(" :eventmesh-common" )
20
20
implementation project(" :eventmesh-openconnect:eventmesh-openconnect-java" )
21
21
22
- implementation ' org.redisson:redisson:3.36.0 '
22
+ implementation ' org.redisson:redisson:3.38.1 '
23
23
24
24
api ' io.cloudevents:cloudevents-json-jackson'
25
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation project(" :eventmesh-storage-plugin:eventmesh-storage-api" )
21
21
22
22
// redisson
23
- implementation ' org.redisson:redisson:3.36.0 '
23
+ implementation ' org.redisson:redisson:3.38.1 '
24
24
25
25
// netty
26
26
implementation ' io.netty:netty-all'
You can’t perform that action at this time.
0 commit comments