From abe40b57da937421df12ab469a1434e88ca9d7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:36:58 +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.2 to 0.5.3. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.5.2...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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2f51066..8a5d901 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.2") + annotationProcessor("io.github.llamalad7:mixinextras-fabric:0.5.3") // Meteor Client modImplementation(files("libs\\baritone-unoptimized-fabric-1.15.0-2-gf7a53504.jar"))