From cbf1b0fdf76cf45dd2cf11152e50a09cdcd88709 Mon Sep 17 00:00:00 2001 From: Jochen Berger <fooberger@gmail.com> Date: Fri, 10 Apr 2015 09:33:57 +0200 Subject: [PATCH] update some libraries --- build.gradle | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 2abe0cc..e9a0979 100644 --- a/build.gradle +++ b/build.gradle @@ -21,17 +21,16 @@ eclipse { dependencies { - compile 'commons-io:commons-io:2.1' + compile 'commons-io:commons-io:2.4' compile 'de.flapdoodle.embed:de.flapdoodle.embed.process:1.41.0' - compile 'org.mongodb:mongo-java-driver:2.11.3' - compile 'org.slf4j:slf4j-api:1.7.10' + compile 'org.mongodb:mongo-java-driver:3.0.0' + compile 'org.slf4j:slf4j-api:1.7.12' - testCompile 'junit:junit:4.11' - testCompile 'org.mongodb:mongo-java-driver:2.6.3' + testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.9.0' testCompile 'org.mortbay.jetty:jetty:6.1.25' - testCompile 'com.google.guava:guava:14.0.1' - testCompile 'org.slf4j:slf4j-simple:1.7.10' + testCompile 'com.google.guava:guava:18.0' + testCompile 'org.slf4j:slf4j-simple:1.7.12' } task wrapper(type: Wrapper) { -- GitLab