From d95f80a409a8e221af546b8863ad1baaf1d87acd Mon Sep 17 00:00:00 2001
From: Zoey76 <zoey_76@msn.com>
Date: Mon, 12 Dec 2016 21:46:12 -0300
Subject: [PATCH] Gradle update

---
 build.gradle                             | 6 +++---
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9a27b9a1f0..d7e126ce0f 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 885739ff6f..3bf96b64ce 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
-- 
GitLab