From 39dfac1f6e3def3ad8475df0841971489b2cd1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:15:21 +0000 Subject: [PATCH] Bump net.java.dev.jna:jna from 5.18.0 to 5.18.1 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] --- libwebp-jna/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwebp-jna/build.gradle b/libwebp-jna/build.gradle index 1513a61..1742159 100644 --- a/libwebp-jna/build.gradle +++ b/libwebp-jna/build.gradle @@ -17,7 +17,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' implementation project(path: ':libwebp-api') - implementation 'net.java.dev.jna:jna:5.18.0' + implementation 'net.java.dev.jna:jna:5.18.1' runtimeOnly project(path: ':libwebp-natives', configuration: 'darwin-x64') runtimeOnly project(path: ':libwebp-natives', configuration: 'darwin-aarch64')