From 46a52b208e9503faa6a8885d71b10e3b5ae2c6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:26:49 +0000 Subject: [PATCH] Bump xyz.jpenilla.run-velocity from 2.3.1 to 3.0.0 Bumps xyz.jpenilla.run-velocity from 2.3.1 to 3.0.0. --- updated-dependencies: - dependency-name: xyz.jpenilla.run-velocity dependency-version: 3.0.0 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 73512c2..69ff019 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'xyz.jpenilla.run-velocity' version '2.3.1' + id 'xyz.jpenilla.run-velocity' version '3.0.0' id 'xyz.jpenilla.run-paper' version '2.3.1' }