diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e49cca3..1b25382 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,34 +2,31 @@ # https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format [versions] -antlr = '4.13.1' -groovy = '4.0.21' -junit = '5.10.2' -kotlin = '1.9.23' -log4j = '2.23.1' -mockito = '5.11.0' -slf4j = '2.0.12' +antlr = '4.13.2' +groovy = '4.0.25' +junit = '5.11.4' +kotlin = '1.9.25' +log4j = '2.24.3' +mockito = '5.15.2' +slf4j = '2.0.16' [libraries] antlr = { module = 'org.antlr:antlr4', version.ref = 'antlr' } antlr-runtime = { module = 'org.antlr:antlr4-runtime', version.ref = 'antlr' } -asm = 'org.ow2.asm:asm:9.7' -classgraph = 'io.github.classgraph:classgraph:4.8.172' -gradle-tooling = 'org.gradle:gradle-tooling-api:8.6' +asm = 'org.ow2.asm:asm:9.7.1' +gradle-tooling = 'org.gradle:gradle-tooling-api:8.12.1' groovy = { module = 'org.apache.groovy:groovy', version.ref = 'groovy' } -groovy-all = { module = 'org.apache.groovy:groovy-all', version.ref = 'groovy' } groovy-console = { module = 'org.apache.groovy:groovy-console', version.ref = 'groovy' } groovy-templates = { module = 'org.apache.groovy:groovy-templates', version.ref = 'groovy' } jakarta-inject = 'jakarta.inject:jakarta.inject-api:2.0.1' jansi = 'org.fusesource.jansi:jansi:2.4.1' jbarchiva = 'com.jessebrault.jbarchiva:jbarchiva:0.2.2' -jetbrains-anotations = 'org.jetbrains:annotations:24.1.0' +jetbrains-anotations = 'org.jetbrains:annotations:26.0.2' junit-jupiter-api = { module = 'org.junit.jupiter:junit-jupiter-api', version.ref = 'junit' } kotlin-stdlib = { module = 'org.jetbrains.kotlin:kotlin-stdlib', version.ref = 'kotlin' } -kotlin-test = { module = 'org.jetbrains.kotlin:kotlin-test', version.ref = 'kotlin' } log4j-core = { module = 'org.apache.logging.log4j:log4j-core', version.ref = 'log4j' } log4j-slf4jBinding = { module = 'org.apache.logging.log4j:log4j-slf4j2-impl', version.ref = 'log4j' } mockito-core = { module = 'org.mockito:mockito-core', version.ref = 'mockito' } mockito-junit = { module = 'org.mockito:mockito-junit-jupiter', version.ref = 'mockito' } -picocli = 'info.picocli:picocli:4.7.5' +picocli = 'info.picocli:picocli:4.7.6' slf4j-api = { module = 'org.slf4j:slf4j-api', version.ref = 'slf4j' } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 2c35211..a4b76b9 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 09523c0..e18bc25 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.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6..f3b75f3 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum