From 25931847c0868bb069df42778bd95030f4247609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:22:59 +0000 Subject: [PATCH] Bump io.github.llamalad7:mixinextras-common from 0.5.0 to 0.5.3 Bumps [io.github.llamalad7:mixinextras-common](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-common dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a9953d13..b1c55081 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ neoforge = "21.1.217" # Dependencies mixin = "0.8.7" -mixinextras = "0.5.0" +mixinextras = "0.5.3" mixinextras-range = "[0.3.5,)" examplemod = "2.0.0"