diff --git a/build.gradle.kts b/build.gradle.kts index 5c4cc47..ecad53b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,12 +2,12 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.sonarqube.gradle.SonarQubePlugin plugins { - id("org.jetbrains.kotlin.jvm") version "2.3.10" apply (false) + id("org.jetbrains.kotlin.jvm") version "2.3.20" apply (false) //id("org.jetbrains.dokka") version "2.0.0" apply (false) `maven-publish` `java-library` - id("com.diffplug.spotless") version "8.2.1" apply false - id("org.sonarqube") version "7.2.2.6593" + id("com.diffplug.spotless") version "8.4.0" apply false + id("org.sonarqube") version "7.2.3.7755" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("com.github.ben-manes.versions") version "0.53.0" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 61285a6..d997cfc 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37f78a6..c61a118 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index adff685..739907d 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. diff --git a/ide/build.gradle.kts b/ide/build.gradle.kts index ba7ae9d..94a2c08 100644 --- a/ide/build.gradle.kts +++ b/ide/build.gradle.kts @@ -1,7 +1,7 @@ plugins { application antlr - id("com.gradleup.shadow") version "9.3.2" + id("com.gradleup.shadow") version "9.4.1" id("org.openjfx.javafxplugin") version "0.1.0" } @@ -14,7 +14,7 @@ dependencies { implementation("org.kordamp.ikonli:ikonli-antdesignicons-pack:12.4.0") implementation("org.kordamp.ikonli:ikonli-fontawesome5-pack:12.4.0") implementation("org.kordamp.ikonli:ikonli-javafx:12.4.0") - compileOnly("org.projectlombok:lombok:1.18.42") + compileOnly("org.projectlombok:lombok:1.18.44") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.slf4j:slf4j-simple:2.0.17") implementation("no.tornado:tornadofx:1.7.20") diff --git a/miniweb/build.gradle.kts b/miniweb/build.gradle.kts index 0f974d7..07756c4 100644 --- a/miniweb/build.gradle.kts +++ b/miniweb/build.gradle.kts @@ -1,13 +1,13 @@ plugins { application - id("com.gradleup.shadow") version "9.3.2" + id("com.gradleup.shadow") version "9.4.1" } val ktor_version = "1.6.7" dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") - implementation("io.ktor:ktor-server-netty:3.4.0") + implementation("io.ktor:ktor-server-netty:3.4.2") implementation("io.ktor:ktor-html-builder:1.6.8") implementation("io.github.microutils:kotlin-logging:4.0.0-beta-2") implementation("org.slf4j:slf4j-simple:2.0.17")