You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/02/09 05:59:04 UTC

[karaf-decanter] branch main updated: [KARAF-7336] Upgrade to oshi 6.1.0

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 2fc9a2a  [KARAF-7336] Upgrade to oshi 6.1.0
     new 2b11c1a  Merge pull request #288 from jbonofre/KARAF-7336
2fc9a2a is described below

commit 2fc9a2acd1161f5f68644909246c7a98c5d80621
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Feb 8 07:41:35 2022 +0100

    [KARAF-7336] Upgrade to oshi 6.1.0
---
 collector/oshi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collector/oshi/pom.xml b/collector/oshi/pom.xml
index d7ac526..137e7d1 100644
--- a/collector/oshi/pom.xml
+++ b/collector/oshi/pom.xml
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>com.github.oshi</groupId>
             <artifactId>oshi-core</artifactId>
-            <version>5.8.2</version>
+            <version>6.1.0</version>
         </dependency>
     </dependencies>