Skip to content

Commit 9aee5d2

Browse files
Bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 559df36 commit 9aee5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/junit-jupiter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'org.assertj:assertj-core:3.27.3'
1717
testImplementation 'org.junit.jupiter:junit-jupiter'
1818

19-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
19+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
2020
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
2121
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
2222
}

0 commit comments

Comments
 (0)