From 4123b390fe7631fb0c5b3fc36066b292225b3747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:27:12 +0000 Subject: [PATCH] [api]: Bump com.github.oshi:oshi-core from 6.6.2 to 6.6.3 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.2 to 6.6.3. - [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.2...oshi-parent-6.6.3) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 6a3e1b697..3885ef864 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -32,7 +32,7 @@ dependencyResolutionManagement { library("apache-collections", "org.apache.commons:commons-collections4:4.4") library("apache-math", "org.apache.commons:commons-math3:3.6.1") library("apache-numbers-complex", "org.apache.commons:commons-numbers-complex:1.1") - library("oshi", "com.github.oshi:oshi-core:6.6.2") + library("oshi", "com.github.oshi:oshi-core:6.6.3") library("jna", "net.java.dev.jna:jna:5.14.0") library("kotest", "io.kotest:kotest-assertions-core:5.9.1") library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.10.3")