Skip to content

Commit 03110f0

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

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.13.1"
26+
testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.13.3"
2727
}
2828

2929
test {

0 commit comments

Comments
 (0)