Skip to content

Commit 16d83d9

Browse files
Bump org.junit.platform:junit-platform-runner from 1.14.1 to 1.14.2
Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit-framework) from 1.14.1 to 1.14.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07b39c1 commit 16d83d9

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.1'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.14.1'
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'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '6.0.2'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.2'

0 commit comments

Comments
 (0)