diff --git a/build.gradle.kts b/build.gradle.kts index c94f5b8..f9a467d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,8 +30,8 @@ dependencies { // annotations (loom does not auto-inject it for this loader/MC combination). implementation("net.fabricmc:sponge-mixin:0.17.3+mixin.0.8.7") - implementation("io.sentry:sentry:8.50.1") - include("io.sentry:sentry:8.50.1") + implementation("io.sentry:sentry:8.52.0") + include("io.sentry:sentry:8.52.0") testImplementation("org.junit.jupiter:junit-jupiter:6.1.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher")