From 59a39536f4223e829a4d834f57cb48eb07dda5be Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Fri, 24 Mar 2017 08:30:33 +0000 Subject: [PATCH 1/2] Revert "Bump cucumber to latest version (#552)" This reverts commit 895724a8d46135719a879af981be708649b6e5c0. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 20f9843e..edf8cb06 100644 --- a/build.gradle +++ b/build.gradle @@ -46,8 +46,8 @@ dependencies { compile 'org.codehaus.groovy:groovy-templates:2.4.7' compile 'org.codehaus.groovy:groovy-json:2.4.7' testCompile 'junit:junit:4.11' - testCompile 'info.cukes:cucumber-groovy:1.2.5' - testCompile 'info.cukes:cucumber-junit:1.2.5' + testCompile 'info.cukes:cucumber-groovy:1.2.4' + testCompile 'info.cukes:cucumber-junit:1.2.4' testCompile('org.spockframework:spock-core:0.7-groovy-2.0') { exclude module: 'groovy-all' } From 9e6dc18147a9ea6eb6a2105e0fa6af8723f493a9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 23 Mar 2017 22:57:00 -0700 Subject: [PATCH 2/2] bump wiremark to latest version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index edf8cb06..2cf59ffa 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { testCompile('org.spockframework:spock-core:0.7-groovy-2.0') { exclude module: 'groovy-all' } - testCompile('com.github.tomakehurst:wiremock:2.3.1') { + testCompile('com.github.tomakehurst:wiremock:2.5.1') { exclude module: 'junit' } }