Update Gradle to 8.12.1 and dependency updates. Tests passing.
This commit is contained in:
parent
9495849dc9
commit
0390d15fce
@ -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' }
|
||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
3
gradlew
vendored
3
gradlew
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user