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.git
The following commit(s) were added to refs/heads/main by this push:
new 41eabe7ea7 build(deps): bump jna.version from 5.19.0 to 5.19.1 (#2727)
41eabe7ea7 is described below
commit 41eabe7ea7b6bd8522aae2dc0691a42ac8e2a689
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 06:58:10 2026 +0200
build(deps): bump jna.version from 5.19.0 to 5.19.1 (#2727)
Bumps `jna.version` from 5.19.0 to 5.19.1.
Updates `net.java.dev.jna:jna` from 5.19.0 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.19.0...5.19.1)
Updates `net.java.dev.jna:jna-platform` from 5.19.0 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.19.0...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-patch
- dependency-name: net.java.dev.jna:jna-platform
dependency-version: 5.19.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 83f3ff18d5..8457cfbe50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
<cxf.version>3.6.10</cxf.version>
<jackson.annotations.version>2.21</jackson.annotations.version>
<jackson.version>2.21.4</jackson.version>
- <jna.version>5.19.0</jna.version>
+ <jna.version>5.19.1</jna.version>
<jaxb-bom.version>4.0.9</jaxb-bom.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>