From 87a2c265d58bf84b12c57c01e1b24c927dd51b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 04:12:26 +0000 Subject: [PATCH] Bump net.wooga.plugins from 1.5.0 to 4.0.0 Bumps net.wooga.plugins from 1.5.0 to 4.0.0. --- updated-dependencies: - dependency-name: net.wooga.plugins 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 a396953..71ba301 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ */ plugins { - id 'net.wooga.plugins' version '1.5.0' + id 'net.wooga.plugins' version '4.0.0' } group 'net.wooga.gradle'