Skip to content

Commit 65161c4

Browse files
Update junit-framework monorepo
1 parent 29cb54a commit 65161c4

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

contentgrid-appserver-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525

2626
annotationProcessor 'org.projectlombok:lombok'
2727

28-
testImplementation platform('org.junit:junit-bom:5.13.2')
28+
testImplementation platform('org.junit:junit-bom:5.13.3')
2929
testImplementation 'org.junit.jupiter:junit-jupiter'
3030
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3131
testImplementation 'org.springframework.boot:spring-boot-starter-test'

contentgrid-appserver-application-model/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ java {
1414
dependencies {
1515
annotationProcessor 'org.projectlombok:lombok'
1616

17-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.2'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
17+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.3'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
2121
}
2222

2323
tasks.named('test') {

contentgrid-appserver-domain/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919

2020
annotationProcessor 'org.projectlombok:lombok'
2121

22-
testImplementation platform('org.junit:junit-bom:5.13.2')
22+
testImplementation platform('org.junit:junit-bom:5.13.3')
2323
testImplementation 'org.junit.jupiter:junit-jupiter'
2424
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2525
}

contentgrid-appserver-json-schema/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ dependencies {
1717
implementation 'com.fasterxml.jackson.core:jackson-databind'
1818
implementation 'com.networknt:json-schema-validator:1.5.8'
1919

20-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
21-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.2'
20+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.13.3'
2222
testImplementation 'uk.co.datumedge:hamcrest-json:0.3'
23-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2'
24-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.2'
23+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
24+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
2525
}
2626

2727
tasks.named('test') {

0 commit comments

Comments
 (0)