Skip to content

Commit

Permalink
Bump org.redisson:redisson from 3.38.1 to 3.44.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 22e4703 commit 8502841
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation project(":eventmesh-common")
implementation project(":eventmesh-openconnect:eventmesh-openconnect-java")

implementation 'org.redisson:redisson:3.38.1'
implementation 'org.redisson:redisson:3.44.0'

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

Expand Down
4 changes: 2 additions & 2 deletions eventmesh-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ eventmesh-runtime-0-a-0 1/1 Running 0 12m

kubectl get pods -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
connector-rocketmq-0 1/1 Running 0 13m 10.244.0.21 minikube <none> <none>
eventmesh-runtime-0-a-0 1/1 Running 0 13m 10.244.0.20 minikube <none> <none>
connector-rocketmq-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
eventmesh-runtime-0-a-0 1/1 Running 0 13m 127.0.0.1 minikube <none> <none>
```
4 changes: 2 additions & 2 deletions eventmesh-sdks/eventmesh-sdk-c/configs/rmb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

consumerSysId 1000
consumerSysVersion 1.0.0
consumerSvrId 10.199.199.199
consumerSvrId 127.0.0.1
consumerDcn A00
orgId 99996
localIdc A
Expand Down Expand Up @@ -49,7 +49,7 @@ ReqGslSwitch 0

#wemq cc configure
wemqUseHttpCfg 1
configCenterIp 10.255.34.57
configCenterIp 127.0.0.1
configCenterPort 8090
configCenterAddrMulti 127.0.0.1:8090
#connect directly to access when: wemqUseHttpCfg 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(":eventmesh-storage-plugin:eventmesh-storage-api")

// redisson
implementation 'org.redisson:redisson:3.38.1'
implementation 'org.redisson:redisson:3.44.0'

// netty
implementation 'io.netty:netty-all'
Expand Down

0 comments on commit 8502841

Please sign in to comment.