diff --git a/build.gradle b/build.gradle index 9a27b9a1f0e8c60bd0c930da6ba1f41956651737..d7e126ce0f0867c2c6dc019716ae0b84ed5e6a62 100644 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ dependencies { compile 'org.slf4j:slf4j-api:1.7.21' compile files('../L2J_Server/dist/libs/mmocore.jar') compile project(':L2J_Server') - testCompile 'org.mockito:mockito-all:2.0.2-beta' - testCompile 'org.testng:testng:6.9.10' + testCompile 'org.mockito:mockito-core:2.3.0' + testCompile 'org.testng:testng:6.10' } task zip(type: Zip) { @@ -39,7 +39,7 @@ task zip(type: Zip) { build.finalizedBy(zip) task wrapper(type: Wrapper) { - gradleVersion = '3.1' + gradleVersion = '3.2.1' } eclipse { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 885739ff6fa55992734df1f126601291d9f26ea9..3bf96b64ce19c75f9444dda6e6f7d55ee5ffa47e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip