From 86f75f3fbf50ef93d8d28e5165059f2b9ce8b4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:44:31 +0000 Subject: [PATCH] Bump net.fabricmc.fabric-loom from 1.17.17 to 1.17.19 in /Plan Bumps net.fabricmc.fabric-loom from 1.17.17 to 1.17.19. --- updated-dependencies: - dependency-name: net.fabricmc.fabric-loom dependency-version: 1.17.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index fc1b6af7c2..7a180baa57 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -11,7 +11,7 @@ plugins { id("base") id "org.sonarqube" version "7.3.1.8318" id "com.gradleup.shadow" version "9.6.1" apply false - id "net.fabricmc.fabric-loom" version "1.17.17" apply false + id "net.fabricmc.fabric-loom" version "1.17.19" apply false } apply plugin: "nebula-aggregate-javadocs"