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 2023/02/06 12:58:05 UTC

[karaf-decanter] branch main updated: [KARAF-7653] Upgrade to oshi 6.4.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 4e272266 [KARAF-7653] Upgrade to oshi 6.4.0
     new f1480d01 Merge pull request #316 from jbonofre/KARAF-7653
4e272266 is described below

commit 4e272266d9b522f130f918dd80bb9f398df2acef
Author: JB Onofré <jb...@dremio.com>
AuthorDate: Mon Feb 6 09:27:38 2023 +0100

    [KARAF-7653] Upgrade to oshi 6.4.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 3bd55747..325feaee 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>6.1.0</version>
+            <version>6.4.0</version>
         </dependency>
     </dependencies>