From 58f91877006935bed7810cb7d45f3eaa939b3c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 21 Apr 2019 00:18:06 +0000 Subject: [PATCH] Bump nebula-release-plugin from 9.2.0 to 10.0.0 Bumps [nebula-release-plugin](https://github.com/nebula-plugins/nebula-release-plugin) from 9.2.0 to 10.0.0. - [Release notes](https://github.com/nebula-plugins/nebula-release-plugin/releases) - [Changelog](https://github.com/nebula-plugins/nebula-release-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/nebula-plugins/nebula-release-plugin/compare/v9.2.0...v10.0.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9cd3ee149..41830e312 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { classpath "me.champeau.gradle:buildscan-recipes-plugin:0.2.3" classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.20.0" classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.0.1622" - classpath "com.netflix.nebula:nebula-release-plugin:9.2.0" + classpath "com.netflix.nebula:nebula-release-plugin:10.0.0" } }