Skip to content

Commit 2b281ad

Browse files
fix(deps): update dependency org.junit.platform:junit-platform-launcher to v1.14.1
1 parent 992cbb6 commit 2b281ad

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.0'
30+
testImplementation 'org.junit.platform:junit-platform-launcher:1.14.1'
3131
}
3232

3333
test {

0 commit comments

Comments
 (0)