updated dependencies

This commit is contained in:
2026-05-07 23:16:10 +03:00
parent 4b4486e3ef
commit fa0b2518af
33 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ repositories {
mavenCentral()
}
val vertxVersion = "5.0.11"
val vertxVersion = "5.0.12"
val mainVerticleName = "su.xserver.iikocon.MainVerticle"
val launcherClassName = "io.vertx.launcher.application.VertxApplication"