Skip to content

Commit 61f31c5

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.14.2 to 6.0.3 (#7515)
* Bump org.junit.platform:junit-platform-launcher from 1.14.2 to 6.0.3 Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.14.2 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> * Dependabot was incorrect on runner version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martijn Verburg <martijnverburg@gmail.com>
1 parent e0325a6 commit 61f31c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ dependencies {
258258
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
259259
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.8'
260260

261-
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.14.2'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.2'
261+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.14.3'
262+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.3'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.3'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'

0 commit comments

Comments
 (0)