Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 8a17724

Browse files
authored
Merge pull request #437 from gradle/dependabot/gradle/dot-github/workflow-samples/kotlin-dsl/org.junit.jupiter-junit-jupiter-5.9.1
Bump junit-jupiter from 5.9.0 to 5.9.1 in /.github/workflow-samples/kotlin-dsl
2 parents dd8493d + 76ed799 commit 8a17724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflow-samples/kotlin-dsl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api("org.apache.commons:commons-math3:3.6.1")
1111
implementation("com.google.guava:guava:31.1-jre")
1212

13-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.0")
13+
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
1414
}
1515

1616
tasks.test {

0 commit comments

Comments
 (0)