Skip to content

Commit

Permalink
Bump io.vertx:vertx-web from 4.5.8 to 4.5.9
Browse files Browse the repository at this point in the history
Bumps io.vertx:vertx-web from 4.5.8 to 4.5.9.

---
updated-dependencies:
- dependency-name: io.vertx:vertx-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c1dd6b0 commit 4e79403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(":eventmesh-common")
implementation 'com.theokanning.openai-gpt3-java:service:0.18.2'
implementation 'io.cloudevents:cloudevents-http-vertx:3.0.0'
implementation 'io.vertx:vertx-web:4.5.8'
implementation 'io.vertx:vertx-web:4.5.9'

testImplementation "org.apache.httpcomponents:httpclient"
compileOnly 'org.projectlombok:lombok'
Expand Down
4 changes: 2 additions & 2 deletions eventmesh-connectors/eventmesh-connector-http/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
implementation project(":eventmesh-common")

implementation 'io.cloudevents:cloudevents-http-vertx:3.0.0'
implementation 'io.vertx:vertx-web:4.5.8'
implementation 'io.vertx:vertx-web-client:4.5.8'
implementation 'io.vertx:vertx-web:4.5.9'
implementation 'io.vertx:vertx-web-client:4.5.9'
implementation 'dev.failsafe:failsafe:3.3.2'


Expand Down

0 comments on commit 4e79403

Please sign in to comment.