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