From ee687ffde30aed32274fda809879fbd74e010f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:46:44 +0000 Subject: [PATCH] chore(deps): bump com.github.oshi:oshi-core from 6.6.5 to 6.6.6 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.5 to 6.6.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.6.5...oshi-parent-6.6.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] --- platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build.gradle b/platform/build.gradle index a86624ce1ce..1a40635fa6f 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -93,7 +93,7 @@ dependencies { api "org.eclipse.aether:aether-transport-file:$aetherVersion" api "org.eclipse.aether:aether-transport-http:$aetherVersion" api 'org.apache.maven:maven-aether-provider:3.3.9' - api 'com.github.oshi:oshi-core:6.6.5' + api 'com.github.oshi:oshi-core:6.6.6' api 'io.pebbletemplates:pebble:3.2.2' api group: 'co.elastic.logging', name: 'logback-ecs-encoder', version: '1.6.0' api group: 'de.focus-shift', name: 'jollyday-core', version: jollydayVersion