Skip to content

Commit 8502841

Browse files
Bump org.redisson:redisson from 3.38.1 to 3.44.0
Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.38.1 to 3.44.0. - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-3.38.1...redisson-3.44.0) --- updated-dependencies: - dependency-name: org.redisson:redisson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 22e4703 commit 8502841

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

eventmesh-connectors/eventmesh-connector-redis/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation project(":eventmesh-common")
2020
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")
2121

22-
implementation 'org.redisson:redisson:3.38.1'
22+
implementation 'org.redisson:redisson:3.44.0'
2323

2424
api 'io.cloudevents:cloudevents-json-jackson'
2525

eventmesh-operator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m
9191

9292
kubectl get pods -o wide
9393
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
94-
connector-rocketmq-0 1/1 Running 0 13m 10.244.0.21 minikube <none> <none>
95-
eventmesh-runtime-0-a-0 1/1 Running 0 13m 10.244.0.20 minikube <none> <none>
94+
connector-rocketmq-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
95+
eventmesh-runtime-0-a-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
9696
```

eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
consumerSysId 1000
1717
consumerSysVersion 1.0.0
18-
consumerSvrId 10.199.199.199
18+
consumerSvrId 127.0.0.1
1919
consumerDcn A00
2020
orgId 99996
2121
localIdc A
@@ -49,7 +49,7 @@ ReqGslSwitch 0
4949

5050
#wemq cc configure
5151
wemqUseHttpCfg 1
52-
configCenterIp 10.255.34.57
52+
configCenterIp 127.0.0.1
5353
configCenterPort 8090
5454
configCenterAddrMulti 127.0.0.1:8090
5555
#connect directly to access when: wemqUseHttpCfg 0

eventmesh-storage-plugin/eventmesh-storage-redis/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
2121

2222
// redisson
23-
implementation 'org.redisson:redisson:3.38.1'
23+
implementation 'org.redisson:redisson:3.44.0'
2424

2525
// netty
2626
implementation 'io.netty:netty-all'

0 commit comments

Comments
 (0)