From e6279ee6f2a2678d95433990d0d6b87679ab92c5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 05:18:30 +0000 Subject: [PATCH] Bump nebula-test from 7.10.2 to 9.0.0 Bumps [nebula-test](https://github.com/nebula-plugins/nebula-test) from 7.10.2 to 9.0.0. - [Release notes](https://github.com/nebula-plugins/nebula-test/releases) - [Changelog](https://github.com/nebula-plugins/nebula-test/blob/master/CHANGELOG.md) - [Commits](https://github.com/nebula-plugins/nebula-test/compare/v7.10.2...v9.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 30d61b1..84035d5 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { funcTestCompile sourceSets.test.output //to depends on common unit and integration helper classes funcTestCompile configurations.testCompile funcTestRuntime configurations.testRuntime - funcTestCompile('com.netflix.nebula:nebula-test:7.10.2') { + funcTestCompile('com.netflix.nebula:nebula-test:9.0.0') { exclude group: 'org.codehaus.groovy' } funcTestCompile 'com.github.tomakehurst:wiremock:1.50' //1.54+ makes GroovyBuilder to fail with parsing empty response on POST