Compare commits

..

3 Commits

2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ dependencies {
api 'org.zeroturnaround:zt-exec:1.12' api 'org.zeroturnaround:zt-exec:1.12'
// HTTP server // HTTP server
api 'io.undertow:undertow-core:2.4.1.Final' api 'io.undertow:undertow-core:2.4.2.Final'
// Command parser for AS interface // Command parser for AS interface
api 'commons-cli:commons-cli:1.11.0' api 'commons-cli:commons-cli:1.11.0'
@@ -161,7 +161,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1' testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5' testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
testImplementation 'com.icegreen:greenmail:2.1.9' testImplementation 'com.icegreen:greenmail:1.6.15'
} }
jar { jar {
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME