From 8a0fe9b7d2277c57efa86faefd953fbff27ef2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:50:56 +1100 Subject: [PATCH] Bump com.github.jnr:jnr-ffi from 2.2.16 to 2.2.17 (#190) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca86b70..9f821aa 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ tasks.withType(Javadoc).configureEach { } dependencies { - api 'com.github.jnr:jnr-ffi:2.2.16' + api 'com.github.jnr:jnr-ffi:2.2.17' api 'com.github.jnr:jnr-posix:3.1.19' api 'com.github.jnr:jnr-constants:0.10.4'