Skip to content

Commit 63187ed

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#156)
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9f1153 commit 63187ed

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.10.2")
18+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
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)