Skip to content

Commit

Permalink
fix(deps): update dependency com.github.jnr:jnr-posix to v3.1.19 (#13618
Browse files Browse the repository at this point in the history
)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 3cc5139 commit df9f00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("commons-codec:commons-codec:1.16.0")

testImplementation "net.sf.expectit:expectit-core:0.9.0"
testImplementation "com.github.jnr:jnr-posix:3.1.18"
testImplementation "com.github.jnr:jnr-posix:3.1.19"

runtimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
runtimeOnly "org.codehaus.plexus:plexus-component-api:1.0-alpha-33"
Expand Down

0 comments on commit df9f00e

Please sign in to comment.