Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Mar 2, 2023
1 parent 49eae1a commit f0b99e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-4/non-blocking-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<vertx-core.version>4.2.7</vertx-core.version>
<vertx-core.version>4.4.0</vertx-core.version>
</properties>

<dependencies>
Expand Down

0 comments on commit f0b99e0

Please sign in to comment.