From e26223189e2caecb01a68bf2ac55ff7734a04539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:08:15 +0300 Subject: [PATCH] Bump net.kyori.blossom from 1.3.0 to 1.3.1 in /Plan (#2509) Bumps net.kyori.blossom from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: net.kyori.blossom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/velocity/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/velocity/build.gradle b/Plan/velocity/build.gradle index e0567550d..2e7d17c24 100644 --- a/Plan/velocity/build.gradle +++ b/Plan/velocity/build.gradle @@ -1,5 +1,5 @@ plugins { - id "net.kyori.blossom" version "1.3.0" + id "net.kyori.blossom" version "1.3.1" } blossom {