Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Commit 2570ff3

Browse files
dependabot[bot]fussel178
authored andcommitted
chore(deps): bump vertx-core from 4.0.3 to 4.1.1
Bumps [vertx-core](https://github.com/eclipse/vert.x) from 4.0.3 to 4.1.1. - [Release notes](https://github.com/eclipse/vert.x/releases) - [Commits](eclipse-vertx/vert.x@4.0.3...4.1.1) --- updated-dependencies: - dependency-name: io.vertx:vertx-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea2efee commit 2570ff3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/telestion-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
6767
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '6.6'
6868

69-
implementation "io.vertx:vertx-core:4.0.3"
69+
implementation "io.vertx:vertx-core:4.1.1"
7070
}
7171

7272
test {

modules/telestion-application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
4949
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '6.6'
5050

51-
implementation "io.vertx:vertx-core:4.0.3"
51+
implementation "io.vertx:vertx-core:4.1.1"
5252
implementation "io.vertx:vertx-config:4.1.1"
5353
}
5454

modules/telestion-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '6.6'
5151

5252
implementation "io.vertx:vertx-web:4.1.1"
53-
implementation "io.vertx:vertx-core:4.0.3"
53+
implementation "io.vertx:vertx-core:4.1.1"
5454
implementation "io.vertx:vertx-hazelcast:4.1.1"
5555
// implementation "io.vertx:vertx-infinispan:3.9.2"
5656
implementation "io.vertx:vertx-health-check:4.1.1"

modules/telestion-services/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '6.6'
5858

5959
implementation "io.vertx:vertx-web:4.1.1"
60-
implementation "io.vertx:vertx-core:4.0.3"
60+
implementation "io.vertx:vertx-core:4.1.1"
6161
implementation "io.vertx:vertx-hazelcast:4.1.1"
6262
// implementation "io.vertx:vertx-infinispan:3.9.2"
6363
implementation "io.vertx:vertx-health-check:4.1.1"

0 commit comments

Comments
 (0)