Skip to content

Commit 346a765

Browse files
Update dependency org.junit.jupiter:junit-jupiter-params to v5.13.2
1 parent c4a81bb commit 346a765

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
@@ -15,7 +15,7 @@ dependencies {
1515
annotationProcessor 'org.projectlombok:lombok'
1616

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

contentgrid-appserver-json-schema/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'com.networknt:json-schema-validator:1.5.7'
1919

2020
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
21-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.1'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.2'
2222
testImplementation 'uk.co.datumedge:hamcrest-json:0.3'
2323
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'

0 commit comments

Comments
 (0)