Skip to content

Commit 103553b

Browse files
Bump junit-platform-runner from 1.9.1 to 1.9.2 (#6788)
Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6480311 commit 103553b

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
@@ -193,7 +193,7 @@ dependencies {
193193
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
194194
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.7.3'
195195

196-
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.9.1'
196+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.9.2'
197197
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.9.2'
198198
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'
199199
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.2'

0 commit comments

Comments
 (0)