diff --git a/build.gradle.kts b/build.gradle.kts index a2681472ec..914bdb16b1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -136,20 +136,20 @@ dependencies { implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") // Http requests - implementation("io.ktor:ktor-client-core:2.3.12") - implementation("io.ktor:ktor-client-cio:2.3.12") - implementation("io.ktor:ktor-client-auth:2.3.12") - implementation("io.ktor:ktor-client-content-negotiation:2.3.12") - implementation("io.ktor:ktor-server-core:2.3.12") - implementation("io.ktor:ktor-server-jetty:2.3.12") - implementation("io.ktor:ktor-serialization-kotlinx-json:2.3.12") + implementation("io.ktor:ktor-client-core:3.0.0") + implementation("io.ktor:ktor-client-cio:3.0.0") + implementation("io.ktor:ktor-client-auth:3.0.0") + implementation("io.ktor:ktor-client-content-negotiation:3.0.0") + implementation("io.ktor:ktor-server-core:3.0.0") + implementation("io.ktor:ktor-server-jetty:3.0.0") + implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0") // Comparing versions implementation("org.apache.maven:maven-artifact:4.0.0-beta-4") // LaTeX rendering for preview implementation("org.scilab.forge:jlatexmath:1.0.7") - implementation("org.apache.xmlgraphics:batik-all:1.17") + implementation("org.apache.xmlgraphics:batik-all:1.18") implementation("batik:batik-svg-dom:1.6-1") implementation("io.arrow-kt:arrow-core:1.2.4") @@ -164,13 +164,13 @@ dependencies { testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.1") // Use junit 5 for test cases - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") // Enable use of the JUnitPlatform Runner within the IDE - testImplementation("org.junit.platform:junit-platform-runner:1.11.1") + testImplementation("org.junit.platform:junit-platform-runner:1.11.2") - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") // Add custom ruleset from github.com/slideclimb/ktlint-ruleset ktlintRuleset(files("lib/ktlint-ruleset-0.2.jar")) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2ea3535dc0..79eb9d003f 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-8.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew.bat b/gradlew.bat index 93e3f59f13..25da30dbde 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if %ERRORLEVEL% equ 0 goto execute -echo. -echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute -echo. -echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% -echo. -echo Please set the JAVA_HOME variable in your environment to match the -echo location of your Java installation. +echo. 1>&2 +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 +echo. 1>&2 +echo Please set the JAVA_HOME variable in your environment to match the 1>&2 +echo location of your Java installation. 1>&2 goto fail