From e126fc61fe5dc39a98ec35f8af5776282df053a8 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Tue, 23 Aug 2016 22:58:28 +0200 Subject: [PATCH] Updated dependencies --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 405693dd547..dfbb4c4e9ef 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { compile 'org.apache.pdfbox:jempbox:1.8.12' // required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635 - compile 'org.bouncycastle:bcprov-jdk15on:1.54' + compile 'org.bouncycastle:bcprov-jdk15on:1.55' compile 'commons-cli:commons-cli:1.3.1' @@ -120,7 +120,7 @@ dependencies { testCompile 'junit:junit:4.12' testCompile 'org.mockito:mockito-core:1.10.19' - testCompile 'com.github.tomakehurst:wiremock:2.1.10' + testCompile 'com.github.tomakehurst:wiremock:2.1.11' testCompile 'org.assertj:assertj-swing-junit:3.4.0' }