Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump vertx-core from 4.0.3 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [vertx-core](https://github.com/eclipse/vert.x) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/eclipse/vert.x/releases)
- [Commits](eclipse-vertx/vert.x@4.0.3...4.1.0)

---
updated-dependencies:
- dependency-name: io.vertx:vertx-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Ludwig Richter committed Jun 24, 2021
1 parent 503d1a9 commit 3d9ebfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '6.6'

implementation "io.vertx:vertx-core:4.0.3"
implementation "io.vertx:vertx-core:4.1.0"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
Expand Down

0 comments on commit 3d9ebfc

Please sign in to comment.