diff options
author | Vitaly Takmazov | 2017-02-27 14:54:32 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-02-27 14:54:32 +0300 |
commit | afdf2fd92210dcf7ac28100f347d29a5432d9a81 (patch) | |
tree | 2ced88977953ccca5e0b59dda7806e8ad4e63700 | |
parent | 62a44a2ea88a303f130ef6da9040122e2e14e005 (diff) |
dependency updates again
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | juick-www/build.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index f1c35b31..b1265157 100644 --- a/build.gradle +++ b/build.gradle @@ -9,11 +9,11 @@ project.ext { springFrameworkVersion = '4.3.6.RELEASE' springSecurityVersion = '4.2.1.RELEASE' jacksonVersion = '2.8.7' - slf4jVersion = '1.7.23' + slf4jVersion = '1.7.24' logbackVersion = '1.2.1' junitVersion = "4.12" hamcrestVersion= "1.3" - mockitoVersion = "2.7.10" + mockitoVersion = "2.7.12" } buildscript { diff --git a/juick-www/build.gradle b/juick-www/build.gradle index ae9815d5..e6f502f5 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -32,7 +32,7 @@ dependencies { providedRuntime 'mysql:mysql-connector-java:5.1.40' testCompile project(path: ':juick-server', configuration: 'testArtifacts') - testCompile ('net.sourceforge.htmlunit:htmlunit:2.24') + testCompile ('net.sourceforge.htmlunit:htmlunit:2.25') } |