Skip to content

Commit

Permalink
Bump software.amazon.awssdk:s3 from 2.29.5 to 2.30.11
Browse files Browse the repository at this point in the history
Bumps software.amazon.awssdk:s3 from 2.29.5 to 2.30.11.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 22e4703 commit 7c59420
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ subprojects {
dependency "javax.annotation:javax.annotation-api:1.3.2"
dependency "com.alibaba.fastjson2:fastjson2:2.0.52"

dependency "software.amazon.awssdk:s3:2.29.5"
dependency "software.amazon.awssdk:s3:2.30.11"
dependency "com.github.rholder:guava-retrying:2.0.0"

dependency "com.alibaba:druid-spring-boot-starter:1.2.23"
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

0 comments on commit 7c59420

Please sign in to comment.