From 41244240020958eec0e79da995c47999d1c13b88 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 05:17:17 +0000 Subject: [PATCH] Bump nebula-test from 7.10.2 to 10.0.0 Bumps [nebula-test](https://github.com/nebula-plugins/nebula-test) from 7.10.2 to 10.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...v10.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 f75d7365..36af3b66 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ dependencies { funcTestImplementation sourceSets.test.output funcTestImplementation configurations.testImplementation funcTestRuntimeOnly configurations.testRuntimeOnly - funcTestImplementation('com.netflix.nebula:nebula-test:7.10.2') { + funcTestImplementation('com.netflix.nebula:nebula-test:10.0.0') { exclude group: 'org.codehaus.groovy', module: 'groovy-all' } }