Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1541 from batect/renovate/jnr.posix
Browse files Browse the repository at this point in the history
Update dependency com.github.jnr:jnr-posix to v3.1.17
  • Loading branch information
charleskorn committed Jun 10, 2023
2 parents 8f7c590 + ed1460c commit bf2cf81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/batect/buildtools/KotlinPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class KotlinPlugin : Plugin<Project> {
allow("EPL-1.0")
allowUrl("https://www.eclipse.org/legal/epl-v20.html")

allowDependency("com.github.jnr", "jnr-posix", "3.1.15") {
allowDependency("com.github.jnr", "jnr-posix", "3.1.17") {
it.because("Licensed under three licenses, including EPL 2.0 and LGPL")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hamkrestjson = "1.1.2"
jackson-yaml = "2.15.2"
jgit = "6.5.0.202303070854-r"
jimfs = "1.2"
jnr-posix = "3.1.15"
jnr-posix = "3.1.17"
jsonschemavalidator = "2.2.14"
junit-platform = "1.9.3"
kaml = "0.54.0"
Expand Down

0 comments on commit bf2cf81

Please sign in to comment.