From 2d90fb61744f8b69a574858efb7788dd6089e5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:04:28 +0000 Subject: [PATCH] Bump gradle-extra-configurations-plugin from 5.0.3 to 7.0.0 Bumps [gradle-extra-configurations-plugin](https://github.com/nebula-plugins/gradle-extra-configurations-plugin) from 5.0.3 to 7.0.0. - [Release notes](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/releases) - [Changelog](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/nebula-plugins/gradle-extra-configurations-plugin/compare/v5.0.3...v7.0.0) --- updated-dependencies: - dependency-name: com.netflix.nebula:gradle-extra-configurations-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e7ea4977b..45cdae3e7b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } } dependencies { - classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:5.0.3' + classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0' // revElasticSearch7 in dependencies.gradle needs to be updated when spring is upgraded classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.12.RELEASE' classpath 'com.diffplug.spotless:spotless-plugin-gradle:5.+'