From bc0145efbcc300394d04356c24876741d308af09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:54:53 +0000 Subject: [PATCH] Bump com.github.jnr:jnr-posix from 3.1.19 to 3.1.20 Bumps [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.19 to 3.1.20. - [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.19...jnr-posix-3.1.20) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-posix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ca86b70..174fb47 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ tasks.withType(Javadoc).configureEach { dependencies { api 'com.github.jnr:jnr-ffi:2.2.16' - 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'