From d573995f8c441a9cc4d3d6510f65de118b200341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:35:40 +0000 Subject: [PATCH] Bump net.fabricmc.fabric-loom from 1.17.12 to 1.17.13 in /Plan Bumps net.fabricmc.fabric-loom from 1.17.12 to 1.17.13. --- updated-dependencies: - dependency-name: net.fabricmc.fabric-loom dependency-version: 1.17.13 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 fdd861f668..223453f59c 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.4.3" apply false - id "net.fabricmc.fabric-loom" version "1.17.12" apply false + id "net.fabricmc.fabric-loom" version "1.17.13" apply false } apply plugin: "nebula-aggregate-javadocs"