From 8edbe52636acb6bea420a9b1627f554f7c72b47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:14:53 +0000 Subject: [PATCH] Bump net.java.dev.jna:jna from 5.14.0 to 5.18.1 Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.14.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.14.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-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3619b4..36c4a58 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,10 +16,10 @@ dependencies { // JNA is bundled in the IntelliJ Platform at runtime; declare compileOnly // so we compile against the same surface without shipping a duplicate // copy in the plugin distribution. - compileOnly("net.java.dev.jna:jna:5.14.0") - compileOnly("net.java.dev.jna:jna-platform:5.14.0") - testCompileOnly("net.java.dev.jna:jna:5.14.0") - testCompileOnly("net.java.dev.jna:jna-platform:5.14.0") + compileOnly("net.java.dev.jna:jna:5.18.1") + compileOnly("net.java.dev.jna:jna-platform:5.18.1") + testCompileOnly("net.java.dev.jna:jna:5.18.1") + testCompileOnly("net.java.dev.jna:jna-platform:5.18.1") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {