From bdaa2666b5bdf185b812b041290615b11bcbc0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 23:12:38 +0000 Subject: [PATCH] Bump net.fabricmc:sponge-mixin from 0.16.1+ to 0.17.0+mixin.0.8.7 Bumps [net.fabricmc:sponge-mixin](https://github.com/FabricMC/Mixin) from 0.16.1+ to 0.17.0+mixin.0.8.7. - [Commits](https://github.com/FabricMC/Mixin/commits) --- updated-dependencies: - dependency-name: net.fabricmc:sponge-mixin dependency-version: 0.17.0+mixin.0.8.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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..85893c3 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.17.0+") modImplementation("net.fabricmc:fabric-loader:${rootProject.properties["fabric_loader_version"]}") // add your dependencies here