updated dependencies
This commit is contained in:
@@ -9,7 +9,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
node {
|
node {
|
||||||
version.set("22.19.0") // версия Node.js
|
version.set("24.15.0") // версия Node.js
|
||||||
npmVersion.set("11.12.1") // версия npm
|
npmVersion.set("11.12.1") // версия npm
|
||||||
download.set(true) // автоматически скачать Node.js
|
download.set(true) // автоматически скачать Node.js
|
||||||
workDir.set(file("${project.projectDir}/.gradle/nodejs"))
|
workDir.set(file("${project.projectDir}/.gradle/nodejs"))
|
||||||
@@ -24,7 +24,7 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
val vertxVersion = "5.0.10"
|
val vertxVersion = "5.0.11"
|
||||||
|
|
||||||
val mainVerticleName = "su.xserver.iikocon.MainVerticle"
|
val mainVerticleName = "su.xserver.iikocon.MainVerticle"
|
||||||
val launcherClassName = "io.vertx.launcher.application.VertxApplication"
|
val launcherClassName = "io.vertx.launcher.application.VertxApplication"
|
||||||
@@ -53,11 +53,11 @@ dependencies {
|
|||||||
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
|
||||||
implementation("org.slf4j:slf4j-api:2.0.17")
|
implementation("org.slf4j:slf4j-api:2.0.17")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j2-impl
|
||||||
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
|
||||||
implementation("org.apache.logging.log4j:log4j-core:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-core:2.25.4")
|
||||||
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api
|
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api
|
||||||
implementation("org.apache.logging.log4j:log4j-api:2.25.3")
|
implementation("org.apache.logging.log4j:log4j-api:2.25.4")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/vertx-core-logging-5.0.11.jar
Normal file
BIN
libs/vertx-core-logging-5.0.11.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
libs/vertx-web-sstore-redis-5.0.11.jar
Normal file
BIN
libs/vertx-web-sstore-redis-5.0.11.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user