From 06b756b7e6a34c973507a9136d0b3633ac3fbf40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:23:45 +0000 Subject: [PATCH] build(deps): Bump com.github.oshi:oshi-core from 6.4.5 to 6.4.6 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.4.5 to 6.4.6. - [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.4.5...oshi-parent-6.4.6) --- updated-dependencies: - dependency-name: com.github.oshi:oshi-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2009912..3e5d436 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,7 +30,7 @@ dependencies { implementation("org.apache.maven:maven-model:3.9.4") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") implementation("com.github.pgreze:kotlin-process:1.4.1") - implementation("com.github.oshi:oshi-core:6.4.5") + implementation("com.github.oshi:oshi-core:6.4.6") runtimeOnly("org.slf4j:slf4j-simple:2.0.9") api("io.grpc:grpc-stub:$grpcVersion")