Skip to content

Commit 59f84ee

Browse files
fix(deps): update dependency org.junit.platform:junit-platform-launcher to v6
1 parent 560c9f0 commit 59f84ee

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
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'org.yaml:snakeyaml:2.5'
2828
testImplementation gradleTestKit()
2929
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
30-
testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1'
30+
testImplementation 'org.junit.platform:junit-platform-launcher:6.0.0'
3131
}
3232

3333
test {

0 commit comments

Comments
 (0)