Skip to content

Commit

Permalink
Update vertx to 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Dec 12, 2023
1 parent c4189fd commit 59e436d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencyManagement {

dependency 'info.picocli:picocli:4.6.2'

dependencySet(group: 'io.vertx', version: '4.4.4') {
dependencySet(group: 'io.vertx', version: '4.4.6') {
entry 'vertx-codegen'
entry ('vertx-core') {
exclude group: 'io.netty', name: 'netty-handler'
Expand Down

0 comments on commit 59e436d

Please sign in to comment.