Skip to content

Commit dda8eb7

Browse files
authored
Merge pull request #70 from w3stling/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.11.0
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.0
2 parents 2be1e1d + b85744c commit dda8eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
19+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
2020
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2121
testImplementation('org.mockito:mockito-core:5.11.0')
2222
}

0 commit comments

Comments
 (0)