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 2c0ec840 Bump net.java.dev.jna:jna from 5.18.1 to 5.19.1 (#691)
2c0ec840 is described below
commit 2c0ec840236f284d25f833f8557f086df27c0ea8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:13:50 2026 +0200
Bump net.java.dev.jna:jna from 5.18.1 to 5.19.1 (#691)
Bumps [net.java.dev.jna:jna](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
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 fad08ebf..baab6f7a 100644
--- a/collector/oshi/pom.xml
+++ b/collector/oshi/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
- <version>5.18.1</version>
+ <version>5.19.1</version>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>