From a0510ff75ab0f9c04b2678194ec62d5a8bd60a1f Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 14 Feb 2024 12:02:29 -0600 Subject: [PATCH] Update JNR dependencies * jnr-ffi 2.2.16 * jnr-posix 3.1.19 * jnr-enxio 0.32.17 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 126817d..7ad9bd5 100644 --- a/pom.xml +++ b/pom.xml @@ -59,7 +59,7 @@ com.github.jnr jnr-ffi - 2.2.15 + 2.2.16 compile @@ -71,13 +71,13 @@ com.github.jnr jnr-enxio - 0.32.16 + 0.32.17 compile com.github.jnr jnr-posix - 3.1.18 + 3.1.19 compile