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 2020/06/09 15:52:28 UTC

[karaf-decanter] branch master updated: [KARAF-6746] Upgrade to oshi 5.1.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de572c4  [KARAF-6746] Upgrade to oshi 5.1.2
     new 3152e62  Merge pull request #178 from jbonofre/KARAF-6746
de572c4 is described below

commit de572c42c3e48dc76ce03bfa470fc2c9601dfe75
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Jun 9 15:01:35 2020 +0200

    [KARAF-6746] Upgrade to oshi 5.1.2
---
 collector/oshi/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/collector/oshi/pom.xml b/collector/oshi/pom.xml
index 7887903..ac3e550 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>4.6.1</version>
+            <version>5.1.2</version>
         </dependency>
     </dependencies>
 
@@ -95,4 +95,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>