Skip to content

Commit 7b5ec9f

Browse files
authored
Merge pull request #101 from w3stling/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.10.0
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0
2 parents 2950986 + 2901507 commit 7b5ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
18+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
1919
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2020
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
2121
testImplementation('org.hamcrest:hamcrest:2.2')

0 commit comments

Comments
 (0)