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 2021/09/07 07:36:21 UTC

[karaf-decanter] branch main updated: [KARAF-7205] Upgrade to OSHI 5.8.2

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 e6025e7  [KARAF-7205] Upgrade to OSHI 5.8.2
     new 15cde2e  Merge pull request #256 from jbonofre/KARAF-7205
e6025e7 is described below

commit e6025e7f6e6bf7b22436d48ab41d8851328f7e21
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Sep 6 21:20:18 2021 +0200

    [KARAF-7205] Upgrade to OSHI 5.8.2
---
 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 358deeb..ea621ee 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.4.1</version>
+            <version>5.8.2</version>
         </dependency>
     </dependencies>