diff --git a/build.gradle b/build.gradle index 9f821aa..6412a7c 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ tasks.withType(Javadoc).configureEach { dependencies { api 'com.github.jnr:jnr-ffi:2.2.17' - api 'com.github.jnr:jnr-posix:3.1.19' + api 'com.github.jnr:jnr-posix:3.1.20' api 'com.github.jnr:jnr-constants:0.10.4' testImplementation 'junit:junit:4.13.2'