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 473eda1f30 build(deps): bump net.java.dev.jna:jna from 5.18.0 to
5.18.1 (#2284)
473eda1f30 is described below
commit 473eda1f30ae13fe89b27e582ec10d9462baddbd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 1 09:06:54 2025 +0200
build(deps): bump net.java.dev.jna:jna from 5.18.0 to 5.18.1 (#2284)
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 c0e9a5c7e5..d7355abe5d 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.18.0</jna.version>
+ <jna.version>5.18.1</jna.version>
<jserialcom.version>2.11.2</jserialcom.version>
<junit.jupiter.version>5.13.4</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>