From 2c3873772fe8caffeb1bdce57e2a3f61954b3e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:14:27 +0000 Subject: [PATCH] Bump net.fabricmc:sponge-mixin from 0.16.1+ to 0.16.5+mixin.0.8.7 Bumps [net.fabricmc:sponge-mixin](https://github.com/FabricMC/Mixin) from 0.16.1+ to 0.16.5+mixin.0.8.7. - [Commits](https://github.com/FabricMC/Mixin/commits) --- updated-dependencies: - dependency-name: net.fabricmc:sponge-mixin dependency-version: 0.16.5+mixin.0.8.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle.kts b/common/build.gradle.kts index 92445f1..1173325 100644 --- a/common/build.gradle.kts +++ b/common/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { compileOnly("io.github.llamalad7:mixinextras-common:0.4.1") annotationProcessor("io.github.llamalad7:mixinextras-common:0.4.1") - compileOnly("net.fabricmc:sponge-mixin:0.16.1+") + compileOnly("net.fabricmc:sponge-mixin:0.16.5+") modImplementation("net.fabricmc:fabric-loader:${rootProject.properties["fabric_loader_version"]}") // add your dependencies here