Skip to content

Commit c2e0290

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.8.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.8.1 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.8.1...r5.10.2) --- 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 4534a8c commit c2e0290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ subprojects {
6565
}
6666

6767
dependencies {
68-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
69-
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
68+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
69+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7070
}
7171
}

0 commit comments

Comments
 (0)