From 5f6b2ab10756fce355b4cec578249d437d07bf60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:35:18 +0000 Subject: [PATCH] chore(deps): bump com.github.oshi:oshi-core from 6.6.1 to 6.6.2 Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi) from 6.6.1 to 6.6.2. - [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.1...oshi-parent-6.6.2) --- 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 c32f5ba6e1..191c237a89 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -80,7 +80,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.1' + api 'com.github.oshi:oshi-core:6.6.2' 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