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 506f17a1 Bump com.github.oshi:oshi-core from 6.9.2 to 6.9.3 (#602)
506f17a1 is described below
commit 506f17a19d3275dc537fe433802526b322cad732
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 31 08:33:18 2026 +0100
Bump com.github.oshi:oshi-core from 6.9.2 to 6.9.3 (#602)
---
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 bf2d0867..d8ff68a9 100644
--- a/collector/oshi/pom.xml
+++ b/collector/oshi/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>com.github.oshi</groupId>
<artifactId>oshi-core</artifactId>
- <version>6.9.2</version>
+ <version>6.9.3</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>