From 51dfbf8cba354518564feb912e316ba105cc6f9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:58:23 +0000 Subject: [PATCH] Bump xyz.jpenilla.run-waterfall from 3.0.2 to 3.1.0 Bumps xyz.jpenilla.run-waterfall from 3.0.2 to 3.1.0. --- updated-dependencies: - dependency-name: xyz.jpenilla.run-waterfall dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9e430de..49c90d5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ plugins { id("com.gradleup.shadow") version "9.6.1" id("com.palantir.git-version") version "4.2.0" id("xyz.jpenilla.run-paper") version "3.1.0" - id("xyz.jpenilla.run-waterfall") version "3.0.2" + id("xyz.jpenilla.run-waterfall") version "3.1.0" id("xyz.jpenilla.run-velocity") version "3.1.0" }