From 4b35cd5e531cc99b9add603798bf8defa1577000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 23:45:06 +0530 Subject: [PATCH] Bump jnr-posix from 3.1.11 to 3.1.15 (#12610) Bumps [jnr-posix](https://github.com/jnr/jnr-posix) from 3.1.11 to 3.1.15. - [Release notes](https://github.com/jnr/jnr-posix/releases) - [Commits](https://github.com/jnr/jnr-posix/compare/jnr-posix-3.1.11...jnr-posix-3.1.15) --- updated-dependencies: - dependency-name: com.github.jnr:jnr-posix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 e782a6bc4f5..06b775b4827 100644 --- a/grails-shell/build.gradle +++ b/grails-shell/build.gradle @@ -27,7 +27,7 @@ dependencies { } testCompile "net.sf.expectit:expectit-core:0.9.0" - testCompile "com.github.jnr:jnr-posix:3.1.11" + testCompile "com.github.jnr:jnr-posix:3.1.15" runtime "org.slf4j:slf4j-simple:$slf4jVersion" runtime "org.codehaus.plexus:plexus-component-api:1.0-alpha-33"