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 254923c  [KARAF-6940] Upgrade to oshi 5.3.6
     new b567c51  Merge pull request #194 from jbonofre/KARAF-6940
254923c is described below

commit 254923cf708714a9b52d347c404d0c0fc6c83bd8
Author: jbonofre <jbono...@apache.org>
AuthorDate: Mon Nov 30 10:53:06 2020 +0100

    [KARAF-6940] Upgrade to oshi 5.3.6
---
 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 c0026e5..152598d 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.1.2</version>
+            <version>5.3.6</version>
         </dependency>
     </dependencies>
 

Reply via email to