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 {