Skip to content

Commit 82ddcc9

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.3 to 6.0.3
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.3 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.3) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9731263 commit 82ddcc9

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
@@ -119,7 +119,7 @@ dependencies {
119119
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.3'
120120
testImplementation 'org.mockito:mockito-core:5.23.0'
121121
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.14.3'
122-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
122+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
123123
}
124124

125125
javadoc {

0 commit comments

Comments
 (0)