From d118d3ffe633c68e16579decb2d9b81957ce0f6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:10:00 +0000 Subject: [PATCH] Bump io.github.llamalad7:mixinextras-common from 0.5.0 to 0.5.1 Bumps [io.github.llamalad7:mixinextras-common](https://github.com/LlamaLad7/MixinExtras) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/LlamaLad7/MixinExtras/releases) - [Commits](https://github.com/LlamaLad7/MixinExtras/compare/0.5.0...0.5.1) --- updated-dependencies: - dependency-name: io.github.llamalad7:mixinextras-common dependency-version: 0.5.1 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 ad50dc67..f9ee0091 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ neoforge = "21.1.209" # Dependencies mixin = "0.8.7" -mixinextras = "0.5.0" +mixinextras = "0.5.1" mixinextras-range = "[0.3.5,)" examplemod = "2.0.0"