Skip to content

Commit 71aa12a

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

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
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
2424
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
2525
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
26-
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2"
26+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.0"
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)