Skip to content

Commit 5d7f302

Browse files
Update dependency org.junit.jupiter:junit-jupiter-engine to v5.13.2
1 parent c4a81bb commit 5d7f302

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
@@ -16,7 +16,7 @@ dependencies {
1616

1717
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
1818
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.1'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
2020
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
2121
}
2222

contentgrid-appserver-json-schema/build.gradle

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

0 commit comments

Comments
 (0)