Skip to content

Commit 2901507

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 697d55e commit 2901507

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)