File tree 2 files changed +3
-3
lines changed
eventmesh-connector-chatgpt
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
20
20
implementation project(" :eventmesh-common" )
21
21
implementation ' com.theokanning.openai-gpt3-java:service:0.18.2'
22
22
implementation ' io.cloudevents:cloudevents-http-vertx:3.0.0'
23
- implementation ' io.vertx:vertx-web:4.5.8 '
23
+ implementation ' io.vertx:vertx-web:4.5.9 '
24
24
25
25
testImplementation " org.apache.httpcomponents:httpclient"
26
26
compileOnly ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
20
20
implementation project(" :eventmesh-common" )
21
21
22
22
implementation ' io.cloudevents:cloudevents-http-vertx:3.0.0'
23
- implementation ' io.vertx:vertx-web:4.5.8 '
24
- implementation ' io.vertx:vertx-web-client:4.5.8 '
23
+ implementation ' io.vertx:vertx-web:4.5.9 '
24
+ implementation ' io.vertx:vertx-web-client:4.5.9 '
25
25
implementation ' dev.failsafe:failsafe:3.3.2'
26
26
27
27
You can’t perform that action at this time.
0 commit comments