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 a8f2dce365 build(deps): bump net.java.dev.jna:jna from 5.17.0 to 5.18.0 (#2276) a8f2dce365 is described below commit a8f2dce36587d3ef768519b88ef90b97f5cba588 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Sep 23 09:09:30 2025 +0200 build(deps): bump net.java.dev.jna:jna from 5.17.0 to 5.18.0 (#2276) Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.17.0 to 5.18.0. - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md) - [Commits](https://github.com/java-native-access/jna/compare/5.17.0...5.18.0) --- updated-dependencies: - dependency-name: net.java.dev.jna:jna dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 1d84e35d13..727fec844e 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.17.0</jna.version> + <jna.version>5.18.0</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>