Skip to content
Snippets Groups Projects
Commit 6960709f authored by Zoey76's avatar Zoey76
Browse files

Updating dependency versions

parent bcf422ce
No related branches found
No related tags found
No related merge requests found
......@@ -22,16 +22,12 @@ configurations.all {
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.23'
compile 'org.slf4j:slf4j-api:1.7.25'
compile files('../L2J_Server/dist/libs/mmocore.jar')
compile project(':L2J_Server')
testCompile 'org.testng:testng:6.10'
testCompile 'com.beust:jcommander:1.48'
testCompile 'org.mockito:mockito-core:2.7.9'
testCompile 'net.bytebuddy:byte-buddy:1.6.8'
testCompile 'net.bytebuddy:byte-buddy-agent:1.6.8'
testCompile 'org.objenesis:objenesis:2.5.1'
testCompile 'org.jmockit:jmockit:1.30'
testCompile 'org.testng:testng:6.11'
testCompile 'com.beust:jcommander:1.69'
testCompile 'org.jmockit:jmockit:1.31'
}
task zip(type: Zip) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment