You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2021/12/03 18:03:17 UTC

[plc4x] branch develop updated: build(deps): bump jna from 5.8.0 to 5.9.0 (#279)

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 bdfcffb  build(deps): bump jna from 5.8.0 to 5.9.0 (#279)
bdfcffb is described below

commit bdfcffbdc5d9eb6d20f97801686596f0e4591108
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 3 19:01:18 2021 +0100

    build(deps): bump jna from 5.8.0 to 5.9.0 (#279)
    
    Bumps [jna](https://github.com/java-native-access/jna) from 5.8.0 to 5.9.0.
    - [Release notes](https://github.com/java-native-access/jna/releases)
    - [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
    - [Commits](https://github.com/java-native-access/jna/compare/5.8.0...5.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.java.dev.jna:jna
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 954a11e..d202115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
     <!-- When updating this to the latest version, we're getting errors in the opcua server tests -->
     <jaxb.version>3.0.2</jaxb.version>
     <jetty-util.version>11.0.6</jetty-util.version>
-    <jna.version>5.8.0</jna.version>
+    <jna.version>5.9.0</jna.version>
     <joda-time.version>2.10.10</joda-time.version>
     <jserialcom.version>2.7.0</jserialcom.version>
     <junit.jupiter.version>5.7.2</junit.jupiter.version>