Skip to content

Commit

Permalink
chore(deps): bump vertx-web from 4.2.3 to 4.2.4
Browse files Browse the repository at this point in the history
Bumps vertx-web from 4.2.3 to 4.2.4.

---
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 and Ludwig Richter committed Jan 26, 2022
1 parent fe079a5 commit 1fe99d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/telestion-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.10'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.0.1'

implementation "io.vertx:vertx-web:4.2.3"
implementation "io.vertx:vertx-web:4.2.4"
implementation "io.vertx:vertx-core:4.2.4"
implementation "io.vertx:vertx-hazelcast:4.2.4"
// implementation "io.vertx:vertx-infinispan:3.9.2"
Expand Down
2 changes: 1 addition & 1 deletion modules/telestion-services/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.10'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '7.0.1'

implementation "io.vertx:vertx-web:4.2.3"
implementation "io.vertx:vertx-web:4.2.4"
implementation "io.vertx:vertx-core:4.2.4"
implementation "io.vertx:vertx-hazelcast:4.2.4"
// implementation "io.vertx:vertx-infinispan:3.9.2"
Expand Down

0 comments on commit 1fe99d7

Please sign in to comment.