diff --git a/build.sbt b/build.sbt index 63a6af1..46ce186 100644 --- a/build.sbt +++ b/build.sbt @@ -253,7 +253,7 @@ lazy val vertx = (projectMatrix in file("vertx")) .jvmPlatform( scalaVersions = List(scala2_12, scala2_13) ++ scala3, settings = commonJvmSettings ++ Seq( - libraryDependencies += "io.vertx" % "vertx-core" % "4.4.3" + libraryDependencies += "io.vertx" % "vertx-core" % "4.4.4" ) ) .dependsOn(core)