From 8c0f2b11060fcba87748f47c4fbe5cf74044d374 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 05:23:48 +0000 Subject: [PATCH] Bump gradle-aggregate-javadocs-plugin from 2.2.+ to 3.0.1 in /Plan Bumps [gradle-aggregate-javadocs-plugin](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin) from 2.2.+ to 3.0.1. - [Release notes](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/releases) - [Commits](https://github.com/nebula-plugins/gradle-aggregate-javadocs-plugin/commits/v3.0.1) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index eb64e50c4..385a2663b 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -2,7 +2,7 @@ buildscript { repositories { mavenCentral() } dependencies { - classpath 'com.netflix.nebula:gradle-aggregate-javadocs-plugin:2.2.+' + classpath 'com.netflix.nebula:gradle-aggregate-javadocs-plugin:3.0.+' } }