Skip to content

Commit 40ba168

Browse files
Update dependency org.junit.platform:junit-platform-launcher to v1.13.2
1 parent d642a23 commit 40ba168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contentgrid-appserver-application-model/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
1818
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.1'
1919
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
2121
}
2222

2323
tasks.named('test') {

contentgrid-appserver-json-schema/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.1'
2222
testImplementation 'uk.co.datumedge:hamcrest-json:0.3'
2323
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
24-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
24+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
2525
}
2626

2727
tasks.named('test') {

0 commit comments

Comments
 (0)