Skip to content

Commit d3f4a03

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.13.0 to 1.13.1
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.13.0 to 1.13.1. - [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-launcher dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1528be7 commit d3f4a03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ dependencies {
259259
compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.3'
260260

261261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.13.1'
262-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.0'
262+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.13.1'
263263
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.1'
264264
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.0'
265265
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.1'

0 commit comments

Comments
 (0)