From 833c360698054a17591f49845d36ba639d06bf50 Mon Sep 17 00:00:00 2001 From: zengqiao Date: Thu, 22 Sep 2022 11:17:59 +0800 Subject: [PATCH] bump oshi-core version to 5.6.1 --- km-task/pom.xml | 14 ++++++++++++++ pom.xml | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/km-task/pom.xml b/km-task/pom.xml index 502d806d..d07b37b3 100644 --- a/km-task/pom.xml +++ b/km-task/pom.xml @@ -43,7 +43,21 @@ io.github.zqrferrari logi-job-spring-boot-starter + + + oshi-core + com.github.oshi + + + + + + com.github.oshi + oshi-core + 5.6.1 + + io.github.zqrferrari logi-security-spring-boot-starter diff --git a/pom.xml b/pom.xml index e30add73..619f24c7 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,19 @@ io.github.zqrferrari logi-job-spring-boot-starter 1.0.23 + + + oshi-core + com.github.oshi + + + + + + + com.github.oshi + oshi-core + 5.6.1 -- GitLab