From cdaecb31df9d893486d89db35ea064b6a5f98a3e Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 22 Mar 2019 18:10:48 +0100 Subject: [PATCH] chore: upgrade dependencies (PR #494) --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7e33160ad..14eaf2653 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,8 @@ allprojects { testCompile 'ch.qos.logback:logback-classic:1.2.3' testCompile 'org.hamcrest:hamcrest-library:2.1' - testCompile 'org.mockito:mockito-core:2.25.0' - testCompile 'org.spockframework:spock-core:1.1-groovy-2.4' + testCompile 'org.mockito:mockito-core:2.25.1' + testCompile 'org.spockframework:spock-core:1.3-groovy-2.5' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.4.1'