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 6c68d2ec4a build(deps): bump jna.version from 5.18.1 to 5.19.0 (#2699)
6c68d2ec4a is described below

commit 6c68d2ec4a309b0925e6ef5397780862cbe17ada
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 13:15:01 2026 +0200

    build(deps): bump jna.version from 5.18.1 to 5.19.0 (#2699)
    
    Bumps `jna.version` from 5.18.1 to 5.19.0.
    
    Updates `net.java.dev.jna:jna` from 5.18.1 to 5.19.0
    - 
[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.0)
    
    Updates `net.java.dev.jna:jna-platform` from 5.18.1 to 5.19.0
    - 
[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.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-version: 5.19.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: net.java.dev.jna:jna-platform
      dependency-version: 5.19.0
      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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 79e5c691e4..a038c3a65e 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.18.1</jna.version>
+        <jna.version>5.19.0</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>

Reply via email to