From b0888f4b7e5f1dd331a6982c5540f3f5d39b1800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:13:05 +0000 Subject: [PATCH] Bump jna from 5.7.0 to 5.13.0 Bumps [jna](https://github.com/java-native-access/jna) from 5.7.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.7.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] --- bom/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/pom.xml b/bom/pom.xml index 57da8d1952eb..8bad437090b9 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -287,7 +287,7 @@ THE SOFTWARE. net.java.dev.jna jna - 5.7.0 + 5.13.0 org.kohsuke