From e781706a2403e00a0ca9158b8e4b38cf02f9778a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:49:57 +0000 Subject: [PATCH] Bump com.github.jnr:jnr-posix from 3.1.16 to 3.1.19 Bumps [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.16 to 3.1.19. - [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.16...jnr-posix-3.1.19) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-posix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index c21828ea2e5..05874536ea9 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -105,7 +105,7 @@ ext { validationVersion = '2.0.1.Final' gsonVersion = '2.10.1' antVersion = '1.10.13' - jnrVersion = '3.1.16' + jnrVersion = '3.1.19' cassandraVersion = '4.1.1' protobufVersion = '3.23.0' osgiVersion = '8.0.0'