From 70a84af7069fbf3151e46ffdce9573f88b342a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:33:08 +0000 Subject: [PATCH] Bump com.github.oshi:oshi-core from 6.6.5 to 6.9.1 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.5 to 6.9.1. - [Release notes](https://github.com/oshi/oshi/releases) - [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/oshi/oshi/compare/oshi-parent-6.6.5...oshi-parent-6.9.1) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-version: 6.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0ca07be..61a3320 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { include implementation('org.reflections:reflections:0.10.2') include implementation("org.slf4j:slf4j-api:2.0.17") include implementation('org.javassist:javassist:3.30.2-GA') - include implementation('com.github.oshi:oshi-core:6.6.5') + include implementation('com.github.oshi:oshi-core:6.9.1') include implementation('net.java.dev.jna:jna:5.16.0') include implementation("org.lwjgl:lwjgl-nanovg:${project.minecraft_lwjgl_version}")