Skip to content

Commit 2759b36

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] <[email protected]>
1 parent 5ef1fbd commit 2759b36

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
@@ -15,7 +15,7 @@ dependencies {
1515
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
1717
// https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.0'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
1919

2020
// https://mvnrepository.com/artifact/org.mockito/mockito-core
2121
testImplementation 'org.mockito:mockito-core:5.13.0'

0 commit comments

Comments
 (0)