Skip to content

Commit

Permalink
fix(deps): update dependency uk.org.webcompere:system-stubs-jupiter t…
Browse files Browse the repository at this point in the history
…o v2.1.6
  • Loading branch information
renovate-bot committed Jan 13, 2024
1 parent d91843a commit 26960d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
if (buildParameters.testJdkVersion >= 11) {
// system-stubs 2.0+ requires Java 11+
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.1.5")
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.1.6")
} else {
testImplementation("uk.org.webcompere:system-stubs-jupiter:1.2.0") // renovate:ignore
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.1.6") // renovate:ignore
}
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testImplementation("org.hamcrest:hamcrest:2.2")
Expand Down

0 comments on commit 26960d5

Please sign in to comment.