This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new d6caca2a Bump net.java.dev.jna:jna from 5.18.0 to 5.18.1 (#497)
d6caca2a is described below

commit d6caca2af3e56e9623e73fa7e0271980ba9d8c22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 10:42:22 2026 -0400

    Bump net.java.dev.jna:jna from 5.18.0 to 5.18.1 (#497)
    
    Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) 
from 5.18.0 to 5.18.1.
    - 
[Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
    - 
[Commits](https://github.com/java-native-access/jna/compare/5.18.0...5.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-version: 5.18.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 8a9b8042..1c41a495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@ The following provides more details on the included 
cryptographic software:
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt, 
**/maven-archiver/pom.properties</checkstyle.resourceExcludes>
     <japicmp.skip>false</japicmp.skip>
     <commons.release.isDistModule>true</commons.release.isDistModule>
-    <jna.version>5.18.0</jna.version>
+    <jna.version>5.18.1</jna.version>
     <!-- Version 4.0.1 requires Java 11+; the version is overridden in a 
profile if necessary -->
     <jakarta.xml.bind.version>4.0.2</jakarta.xml.bind.version>
 

Reply via email to