aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index d3e3af0c..dc7fe80a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,11 +6,11 @@ allprojects {
}
project.ext {
- springFrameworkVersion = '4.3.5.RELEASE'
+ springFrameworkVersion = '4.3.6.RELEASE'
springSecurityVersion = '4.2.1.RELEASE'
jacksonVersion = '2.8.6'
slf4jVersion = '1.7.22'
- logbackVersion = '1.1.8'
+ logbackVersion = '1.1.9'
junitVersion = "4.12"
hamcrestVersion= "1.3"
}
@@ -44,7 +44,7 @@ dependencies {
testCompile "org.slf4j:slf4j-api:${slf4jVersion}"
testCompile "junit:junit:${junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${hamcrestVersion}"
- testCompile "org.mockito:mockito-core:2.6.2"
+ testCompile "org.mockito:mockito-core:2.7.0"
testRuntime "mysql:mysql-connector-java:5.1.40"
}