Skip to content

Commit 189148f

Browse files
Bump org.junit.platform:junit-platform-runner from 1.10.1 to 1.10.2
Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.10.1 to 1.10.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]>
1 parent 13665a8 commit 189148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ dependencies {
261261
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
262262
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.3'
263263

264-
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.1'
264+
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.10.2'
265265
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
266266
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.1'
267267
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.1'

0 commit comments

Comments
 (0)