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 c8da795 [KARAF-7020] Upgrade to oshi 5.4.1
new 53cf81d Merge pull request #234 from jbonofre/KARAF-7020
c8da795 is described below
commit c8da795dfb863c48107450990093fa4a8fb856fa
Author: jbonofre <[email protected]>
AuthorDate: Fri Feb 5 07:07:37 2021 +0100
[KARAF-7020] Upgrade to oshi 5.4.1
---
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 b6f69d9..2a0a37f 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.3.6</version>
+ <version>5.4.1</version>
</dependency>
</dependencies>