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 c645c4b2 Bump net.java.dev.jna:jna-platform from 5.18.1 to 5.19.1
(#690)
c645c4b2 is described below
commit c645c4b21734eddd302c099da7ba1ae320e96e2a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:21:10 2026 +0200
Bump net.java.dev.jna:jna-platform from 5.18.1 to 5.19.1 (#690)
Bumps
[net.java.dev.jna:jna-platform](https://github.com/java-native-access/jna) from
5.18.1 to 5.19.1.
-
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
-
[Commits](https://github.com/java-native-access/jna/compare/5.18.1...5.19.1)
---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna-platform
dependency-version: 5.19.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 baab6f7a..16c778d2 100644
--- a/collector/oshi/pom.xml
+++ b/collector/oshi/pom.xml
@@ -66,7 +66,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna-platform</artifactId>
- <version>5.18.1</version>
+ <version>5.19.1</version>
</dependency>
</dependencies>