From 3fdb8ad44d6295d05583189c420a50ef6b391fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 16:54:07 +0000 Subject: [PATCH] Bump com.github.oshi:oshi-core from 6.6.5 to 6.8.1 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.5 to 6.8.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.8.1) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-version: 6.8.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..e87a113 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.8.1') include implementation('net.java.dev.jna:jna:5.16.0') include implementation("org.lwjgl:lwjgl-nanovg:${project.minecraft_lwjgl_version}")