From 9ba31db97bf88df9be322d053984944616c83e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 19:36:18 +0000 Subject: [PATCH] Bump net.fabricmc.fabric-loom from 1.16.1 to 1.16.2 in /Plan Bumps net.fabricmc.fabric-loom from 1.16.1 to 1.16.2. --- updated-dependencies: - dependency-name: net.fabricmc.fabric-loom dependency-version: 1.16.2 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 b0cb01d801..332aff24dd 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -11,7 +11,7 @@ plugins { id("base") id "org.sonarqube" version "7.3.0.8198" id "com.gradleup.shadow" version "9.4.2" apply false - id "net.fabricmc.fabric-loom" version "1.16.1" apply false + id "net.fabricmc.fabric-loom" version "1.16.2" apply false } apply plugin: "nebula-aggregate-javadocs"