Skip to content

Commit 817dc2b

Browse files
Bump org.junit.platform:junit-platform-launcher from 1.11.4 to 1.12.0
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.4 to 1.12.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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7843f72 commit 817dc2b

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
@@ -17,7 +17,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1717

1818
dependencies {
1919
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
20-
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.4'
20+
testImplementation 'org.junit.platform:junit-platform-launcher:1.12.0'
2121
}
2222

2323
repositories {

0 commit comments

Comments
 (0)