This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new d10dd8f618 build(deps): bump net.java.dev.jna:jna from 5.19.0 to
5.19.1 (#2601)
d10dd8f618 is described below
commit d10dd8f618efc1d25b6035e7867bc93de36e1ec9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 16 09:22:35 2026 +0200
build(deps): bump net.java.dev.jna:jna from 5.19.0 to 5.19.1 (#2601)
Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/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)
---
updated-dependencies:
- dependency-name: net.java.dev.jna:jna
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 fe12d30386..deba82afc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
<!-- When updating this to the latest version, we're getting errors in the
opcua server tests -->
<jaxb.version>4.0.4</jaxb.version>
<jetty-util.version>12.1.0</jetty-util.version>
- <jna.version>5.19.0</jna.version>
+ <jna.version>5.19.1</jna.version>
<jserialcom.version>2.11.4</jserialcom.version>
<junit.jupiter.version>6.1.0</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>