From 6f271e6122f3bcf04315a0431f80c4296da06715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:34:41 +0000 Subject: [PATCH] Bump com.github.jnr:jnr-posix from 3.1.20 to 3.1.21 Bumps [com.github.jnr:jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.20 to 3.1.21. - [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.20...jnr-posix-3.1.21) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-posix dependency-version: 3.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- grails-shell/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-shell/build.gradle b/grails-shell/build.gradle index 9810670d764..184002ef956 100644 --- a/grails-shell/build.gradle +++ b/grails-shell/build.gradle @@ -38,7 +38,7 @@ dependencies { implementation("commons-codec:commons-codec:1.16.1") testImplementation "net.sf.expectit:expectit-core:0.9.0" - testImplementation "com.github.jnr:jnr-posix:3.1.20" + testImplementation "com.github.jnr:jnr-posix:3.1.21" runtimeOnly "org.slf4j:slf4j-simple:$slf4jVersion" runtimeOnly "org.codehaus.plexus:plexus-component-api:1.0-alpha-33"