From c471fa69ffe2224ce7bf335a10d1a6d2e85cb857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 16:44:16 +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.3 to 0.5.4. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.5.3...0.5.4) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-fabric dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 8a5d901..c5c56f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { modImplementation(libs.fabric.api) // Mixin extras - annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.3") + annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.4") // Meteor Client modImplementation(files("libs\\baritone-unoptimized-fabric-1.15.0-2-gf7a53504.jar"))