Compare commits

...

2 Commits

Author SHA1 Message Date
a68f02bab4 updated dependencies 2026-04-27 14:24:47 +03:00
aad6ba3747 updated dependencies 2026-04-27 14:20:56 +03:00
23 changed files with 6 additions and 6 deletions

View File

@@ -4,12 +4,12 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
plugins { plugins {
java java
application application
id("com.gradleup.shadow") version "9.2.2" id("com.gradleup.shadow") version "9.4.1"
id("com.github.node-gradle.node") version "7.1.0" id("com.github.node-gradle.node") version "7.1.0"
} }
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.