From e8ee7d0176a52a1f678420777587d6dcaae2ca1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:51:55 +0000 Subject: [PATCH] gradle(deps): bump io.github.llamalad7:mixinextras-fabric Bumps [io.github.llamalad7:mixinextras-fabric](https://github.com/LlamaLad7/MixinExtras) from 0.5.0 to 0.5.3. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.5.0...0.5.3) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6c97ddd..442c21d 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // Mixin extras - include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.0"))) + include(implementation(annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.3"))) // Meteor Client modImplementation files("libs\\meteor-client-0.5.9.jar")