You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/01/31 17:09:15 UTC

[streampipes] branch dev updated: Bump jna from 5.8.0 to 5.13.0

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new cefb2363d Bump jna from 5.8.0 to 5.13.0
cefb2363d is described below

commit cefb2363d78b5da94fca96740338a13a27bde05a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 30 02:34:42 2023 +0000

    Bump jna from 5.8.0 to 5.13.0
    
    Bumps [jna](https://github.com/java-native-access/jna) from 5.8.0 to 5.13.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.13.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f7d7615eb..0750bb3d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
 	<jetty.version>10.0.10</jetty.version>
 	<jgrapht.version>1.5.1</jgrapht.version>
 	<jjwt.version>0.11.2</jjwt.version>
-	<jna.version>5.8.0</jna.version>
+	<jna.version>5.13.0</jna.version>
 	<json-path.version>5.3.0</json-path.version>
 	<json-smart.version>2.4.8</json-smart.version>
 	<jsr305.version>3.0.2</jsr305.version>